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.
2 parents 319998d + cb8f241 commit 2e2c245Copy full SHA for 2e2c245
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