Esempio n. 1
0
 protected function output()
 {
     $this->content = $this->render('content', ['phototext' => $this->phototext]);
     $this->page = parent::output();
     return $this->page;
 }
Esempio n. 2
0
 protected function output()
 {
     $this->content = $this->render('contacts');
     $this->page = parent::output();
     return $this->page;
 }