From 4c9f185a54f97d2e34176a3731fa94222168a59b Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Sun, 7 Feb 2016 21:16:57 +0200 Subject: [PATCH] Add missing getBoolean() method --- components/http_foundation/introduction.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/http_foundation/introduction.rst b/components/http_foundation/introduction.rst index 0da2c317f6d..7c5dbf6b86e 100644 --- a/components/http_foundation/introduction.rst +++ b/components/http_foundation/introduction.rst @@ -125,6 +125,9 @@ 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; + :method:`Symfony\\Component\\HttpFoundation\\ParameterBag::getDigits` Returns the digits of the parameter value;