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 52f14f8 + 5331783 commit 7ede792Copy full SHA for 7ede792
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