Skip to content

Commit

Permalink
Merge branch '2.7' into 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Feb 8, 2016
2 parents 52f14f8 + 5331783 commit 7ede792
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/http_foundation/introduction.rst
Expand Up @@ -125,6 +125,12 @@ has some methods to filter the input values:
:method:`Symfony\\Component\\HttpFoundation\\ParameterBag::getAlnum`
Returns the alphabetic characters and digits of the parameter value;

:method:`Symfony\\Component\\HttpFoundation\\ParameterBag::getBoolean`
Returns the parameter value converted to boolean;

.. versionadded:: 2.6
The ``getBoolean()`` method was introduced in Symfony 2.6.

:method:`Symfony\\Component\\HttpFoundation\\ParameterBag::getDigits`
Returns the digits of the parameter value;

Expand Down

0 comments on commit 7ede792

Please sign in to comment.