Exemplo n.º 1
0
 public function __construct($noFsIO)
 {
     $this->router = new Router();
     parent::__construct($noFsIO);
     $this->dispatcher = $this->container->get(EventDispatcher::class);
 }
Exemplo n.º 2
0
 public function __construct($noFsIO)
 {
     parent::__construct($noFsIO);
     $this->router = new Router();
 }