Skip to content

Commit 88a4a9e

Browse files
committed
Template: added @Property
1 parent 00e908b commit 88a4a9e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Bridges/ApplicationLatte/Template.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414

1515
/**
1616
* 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)
1726
*/
1827
class Template extends LatteTemplate
1928
{

0 commit comments

Comments
 (0)