Skip to content

Commit d9f6264

Browse files
committed
Merge branch '2.8' into 3.0
2 parents 811671d + 7ede792 commit d9f6264

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/http_foundation/introduction.rst

+6
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ has some methods to filter the input values:
125125
:method:`Symfony\\Component\\HttpFoundation\\ParameterBag::getAlnum`
126126
Returns the alphabetic characters and digits of the parameter value;
127127

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+
128134
:method:`Symfony\\Component\\HttpFoundation\\ParameterBag::getDigits`
129135
Returns the digits of the parameter value;
130136

0 commit comments

Comments
 (0)