File tree 1 file changed +7
-5
lines changed
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:
83
83
Each property is a :class: `Symfony\\ Component\\ HttpFoundation\\ ParameterBag `
84
84
instance (or a sub-class of), which is a data holder class:
85
85
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;
87
89
88
- * ``query ``: :class: `Symfony\\ Component\\ HttpFoundation\\ ParameterBag `;
90
+ * ``query ``: :class: `Symfony\\ Component\\ HttpFoundation\\ InputBag `;
89
91
90
- * ``cookies ``: :class: `Symfony\\ Component\\ HttpFoundation\\ ParameterBag `;
92
+ * ``cookies ``: :class: `Symfony\\ Component\\ HttpFoundation\\ InputBag `;
91
93
92
94
* ``attributes ``: :class: `Symfony\\ Component\\ HttpFoundation\\ ParameterBag `;
93
95
94
- * ``files ``: :class: `Symfony\\ Component\\ HttpFoundation\\ FileBag `;
96
+ * ``files ``: :class: `Symfony\\ Component\\ HttpFoundation\\ FileBag `;
95
97
96
- * ``server ``: :class: `Symfony\\ Component\\ HttpFoundation\\ ServerBag `;
98
+ * ``server ``: :class: `Symfony\\ Component\\ HttpFoundation\\ ServerBag `;
97
99
98
100
* ``headers ``: :class: `Symfony\\ Component\\ HttpFoundation\\ HeaderBag `.
99
101
You can’t perform that action at this time.
0 commit comments