We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb07816 commit 447af2dCopy full SHA for 447af2d
src/Bridges/ApplicationLatte/Template.php
@@ -14,6 +14,13 @@
14
15
/**
16
* Dynamic Latte powered template.
17
+ *
18
+ * @property Nette\Security\User $user
19
+ * @property string $baseUrl
20
+ * @property string $basePath
21
+ * @property array $flashes
22
+ * @property Nette\Application\UI\Presenter $presenter
23
+ * @property Nette\Application\UI\Control $control
24
*/
25
class Template extends LatteTemplate
26
{
0 commit comments