8000
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 811671d + 7ede792 commit d9f6264Copy full SHA for d9f6264
components/http_foundation/introduction.rst
@@ -125,6 +125,12 @@ 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
+ .. versionadded:: 2.6
132
+ The ``getBoolean()`` method was introduced in Symfony 2.6.
133
134
:method:`Symfony\\Component\\HttpFoundation\\ParameterBag::getDigits`
135
Returns the digits of the parameter value;
136
0 commit comments