We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319998d commit cb8f241Copy full SHA for cb8f241
components/http_foundation/introduction.rst
@@ -125,6 +125,9 @@ has some methods to filter the input values:
125
:method:`Symfony\\Component\\HttpFoundation\\ParameterBag::getAlnum`
126
Returns the alphabetic characters and digits of the parameter value;
127
128
+:method:`Symfony\\Component\\HttpFoundation\\ParameterBag::getBoolean`
129
+ Returns the parameter value converted to boolean;
130
+
131
:method:`Symfony\\Component\\HttpFoundation\\ParameterBag::getDigits`
132
Returns the digits of the parameter value;
133
0 commit comments