コード例 #1
0
ファイル: Base.php プロジェクト: annasoal/study_twig
 public function __construct()
 {
     $this->view = View::app();
     $this->page = new \stdClass();
 }