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 00e908b commit 88a4a9eCopy full SHA for 88a4a9e
src/Bridges/ApplicationLatte/Template.php
@@ -14,6 +14,15 @@
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
+ * @method bool isLinkCurrent(string $destination = null, ...$args)
25
+ * @method bool isModuleCurrent(string $module)
26
*/
27
class Template extends LatteTemplate
28
{
0 commit comments