コード例 #1
0
ファイル: html.php プロジェクト: RustyIngles/sp4k_php
 public function render()
 {
     if (isset($this->model->layout)) {
         $this->setLayout($this->model->layout);
     }
     return parent::render();
 }
コード例 #2
0
ファイル: html.php プロジェクト: RustyIngles/sp4k_php
 public function render()
 {
     return parent::render();
 }