Skip to content

Commit 7ede792

Browse files
committed
Merge branch '2.7' into 2.8
2 parents 52f14f8 + 5331783 commit 7ede792

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)