[feature/controller] Add documentation about input being HTML-escaped

PHPBB3-10864
This commit is contained in:
David King 2012-11-18 15:58:47 -05:00
parent 0f4f81b096
commit e2bf66d065

View file

@ -5436,6 +5436,9 @@ function phpbb_to_numeric($input)
/**
* Create a Symfony Request object from a given URI and phpbb_request object
*
* Note that everything passed into the Request object has already been HTML
* escaped by the phpbb_request object.
*
* @param string $uri Request URI
* @param phpbb_request $request Request object
* @return Request A Symfony Request object