File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -83,17 +83,19 @@ can be accessed via several public properties:
8383Each property is a :class: `Symfony\\ Component\\ HttpFoundation\\ ParameterBag `
8484instance (or a sub-class of), which is a data holder class:
8585
86- * ``request ``: :class: `Symfony\\ Component\\ HttpFoundation\\ ParameterBag `;
86+ * ``request ``: :class: `Symfony\\ Component\\ HttpFoundation\\ ParameterBag ` or
87+ :class: `Symfony\\ Component\\ HttpFoundation\\ InputBag ` if the data is
88+ coming from ``$_POST `` parameters;
8789
88- * ``query ``: :class: `Symfony\\ Component\\ HttpFoundation\\ ParameterBag `;
90+ * ``query ``: :class: `Symfony\\ Component\\ HttpFoundation\\ InputBag `;
8991
90- * ``cookies ``: :class: `Symfony\\ Component\\ HttpFoundation\\ ParameterBag `;
92+ * ``cookies ``: :class: `Symfony\\ Component\\ HttpFoundation\\ InputBag `;
9193
9294* ``attributes ``: :class: `Symfony\\ Component\\ HttpFoundation\\ ParameterBag `;
9395
94- * ``files ``: :class: `Symfony\\ Component\\ HttpFoundation\\ FileBag `;
96+ * ``files ``: :class: `Symfony\\ Component\\ HttpFoundation\\ FileBag `;
9597
96- * ``server ``: :class: `Symfony\\ Component\\ HttpFoundation\\ ServerBag `;
98+ * ``server ``: :class: `Symfony\\ Component\\ HttpFoundation\\ ServerBag `;
9799
98100* ``headers ``: :class: `Symfony\\ Component\\ HttpFoundation\\ HeaderBag `.
99101
You can’t perform that action at this time.
0 commit comments