コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->splash = Splash::run($this->view);
     $this->dom = Dom::run();
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->auth = new Auth();
 }