Skip to content

Commit cb8f241

Browse files
bocharsky-bwwouterj
authored andcommitted
Add missing getBoolean() method
1 parent 319998d commit cb8f241

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/http_foundation/introduction.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ 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+
128131
:method:`Symfony\\Component\\HttpFoundation\\ParameterBag::getDigits`
129132
Returns the digits of the parameter value;
130133

0 commit comments

Comments
 (0)