Ejemplo n.º 1
0
 protected function afterRender()
 {
     parent::afterRender();
     if ($this->isAjax()) {
         $this->payload->title = $this->title;
     }
     $this->template->title = $this->title;
 }
Ejemplo n.º 2
0
 protected function startup()
 {
     $this->setDefaultSnippets(['content', 'title']);
     parent::startup();
 }