8000 [WIP] re-read of http-foundation component docs by joelclermont · Pull Request #2435 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[WIP] re-read of http-foundation component docs #2435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jun 12, 2013
Merged
Prev Previous commit
Next Next commit
decorate php function with link to manual
  • Loading branch information
joelclermont committed Mar 30, 2013
commit adc045be3efd19d87dfd386b21a2a3ce219020c2
2 changes: 1 addition & 1 deletion components/http_foundation/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ has some methods to filter the input values:
parameter value converted to integer;

* :method:`Symfony\\Component\\HttpFoundation\\ParameterBag::filter`: Filters the
parameter by using the PHP ``filter_var()`` function.
parameter by using the PHP :phpfunction:`filter_var` function.

All getters takes up to three arguments: the first one is the parameter name
and the second one is the default value to return if the parameter does not
Expand Down
0