コード例 #1
0
ファイル: App.php プロジェクト: nevernet/padawan.php
 public function __construct($noFsIO)
 {
     $this->router = new Router();
     parent::__construct($noFsIO);
     $this->dispatcher = $this->container->get(EventDispatcher::class);
 }
コード例 #2
0
ファイル: App.php プロジェクト: nevernet/padawan.php
 public function __construct($noFsIO)
 {
     parent::__construct($noFsIO);
     $this->router = new Router();
 }