Exemplo n.º 1
0
 public function beforeRender()
 {
     parent::beforeRender();
     $this->registerTexyMacros($this->texy);
 }
Exemplo n.º 2
0
 public function beforeRender()
 {
     parent::beforeRender();
     $this->template->defaultTags = $this->articleManager->getTagsAsString();
 }