Exemple #1
0
	public function __construct()
	{
		// Register Nette macros
		parent::__construct();

		// Register Nella macros
		Macros\UIMacros::install($this->parser);
	}