File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -731,11 +731,11 @@ needed objects and values. It is an instance of
731731
732732The available attributes are:
733733
734- * ``app.user ``
735- * ``app.request ``
736- * ``app.session ``
737- * ``app.environment ``
738- * ``app.debug ``
734+ * ``app.user ``, a PHP object representing the current user;
735+ * ``app.request ``, a :class: ` `Symfony \\ Component \\ HttpFoundation \\ Request` ` object;
736+ * ``app.session ``, a :class: ` `Symfony \\ Component \\ HttpFoundation \\ Session \\ Session` ` object;
737+ * ``app.environment ``, a string with the name of the execution environment;
738+ * ``app.debug ``, a boolean telling whether the debug mode is enabled in the app;
739739
740740.. _`Twig Reference` : http://twig.sensiolabs.org/documentation#reference
741741.. _`Twig Extensions repository` : https://github.com/twigphp/Twig-extensions
You can’t perform that action at this time.
0 commit comments