Skip to content

Commit

Permalink
Template: added @Property
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 6, 2020
1 parent eb07816 commit 447af2d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Bridges/ApplicationLatte/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@

/**
* Dynamic Latte powered template.
*
* @property Nette\Security\User $user
* @property string $baseUrl
* @property string $basePath
* @property array $flashes
* @property Nette\Application\UI\Presenter $presenter
* @property Nette\Application\UI\Control $control
*/
class Template extends LatteTemplate
{
Expand Down

1 comment on commit 447af2d

@f3l1x
Copy link
Member

@f3l1x f3l1x commented on 447af2d Jan 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.