File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -759,12 +759,12 @@ needed objects and values. It is an instance of
759
759
760
760
The available attributes are:
761
761
762
- * ``app.user ``
763
- * ``app.request ``
764
- * ``app.session ``
765
- * ``app.environment ``
766
- * ``app.debug ``
767
- * ``app.security `` (deprecated as of 2.6)
762
+ * ``app.user ``, a PHP object representing the current user;
763
+ * ``app.request ``, a :class: ` `Symfony \\ Component \\ HttpFoundation \\ Request` ` object;
764
+ * ``app.session ``, a :class: ` `Symfony \\ Component \\ HttpFoundation \\ Session \\ Session` ` object;
765
+ * ``app.environment ``, a string with the name of the execution environment;
766
+ * ``app.debug ``, a boolean telling whether the debug mode is enabled in the app;
767
+ * ``app.security `` (deprecated as of 2.6).
768
768
769
769
Symfony Standard Edition Extensions
770
770
-----------------------------------
You can’t perform that action at this time.
0 commit comments