Skip to content

Commit 447af2d

Browse files
committed
Template: added @Property
1 parent eb07816 commit 447af2d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Bridges/ApplicationLatte/Template.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
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
1724
*/
1825
class Template extends LatteTemplate
1926
{

0 commit comments

Comments
 (0)