File tree 1 file changed +5
-5
lines changed
components/http_foundation
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -115,19 +115,19 @@ methods to retrieve and update its data:
115
115
The :class: `Symfony\\ Component\\ HttpFoundation\\ ParameterBag ` instance also
116
116
has some methods to filter the input values:
117
117
118
- * :method: `Symfony\\ Component\\ HttpFoundation\\ Request ::getAlpha `: Returns
118
+ * :method: `Symfony\\ Component\\ HttpFoundation\\ ParameterBag ::getAlpha `: Returns
119
119
the alphabetic characters of the parameter value;
120
120
121
- * :method: `Symfony\\ Component\\ HttpFoundation\\ Request ::getAlnum `: Returns
121
+ * :method: `Symfony\\ Component\\ HttpFoundation\\ ParameterBag ::getAlnum `: Returns
122
122
the alphabetic characters and digits of the parameter value;
123
123
124
- * :method: `Symfony\\ Component\\ HttpFoundation\\ Request ::getDigits `: Returns
124
+ * :method: `Symfony\\ Component\\ HttpFoundation\\ ParameterBag ::getDigits `: Returns
125
125
the digits of the parameter value;
126
126
127
- * :method: `Symfony\\ Component\\ HttpFoundation\\ Request ::getInt `: Returns the
127
+ * :method: `Symfony\\ Component\\ HttpFoundation\\ ParameterBag ::getInt `: Returns the
128
128
parameter value converted to integer;
129
129
130
- * :method: `Symfony\\ Component\\ HttpFoundation\\ Request ::filter `: Filters the
130
+ * :method: `Symfony\\ Component\\ HttpFoundation\\ ParameterBag ::filter `: Filters the
131
131
parameter by using the PHP ``filter_var() `` function.
132
132
133
133
All getters takes up to three arguments: the first one is the parameter name
You can’t perform that action at this time.
0 commit comments