Skip to content

Commit 3739fa5

Browse files
committed
Merge branch '3.0'
2 parents bf308c2 + d9f6264 commit 3739fa5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/http_foundation/introduction.rst

Lines changed: 6 additions & 0 deletions
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)