示例#1
0
 public function __construct($noFsIO)
 {
     $this->router = new Router();
     parent::__construct($noFsIO);
     $this->dispatcher = $this->container->get(EventDispatcher::class);
 }
示例#2
0
 public function __construct($noFsIO)
 {
     parent::__construct($noFsIO);
     $this->router = new Router();
 }