Exemplo n.º 1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct(new RouteCollection());
 }
Exemplo n.º 2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct(new ConnectionList());
 }
Exemplo n.º 3
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct(new StorageCollection(self::class . '::factory'));
 }
Exemplo n.º 4
0
 /**
  * CommandCollector constructor
  */
 public function __construct()
 {
     parent::__construct(new CallbackList());
 }
Exemplo n.º 5
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct(new EngineResolver());
 }
Exemplo n.º 6
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct(new DispatcherCollection());
 }
Exemplo n.º 7
0
 /**
  * ContractCollector constructor
  */
 public function __construct()
 {
     parent::__construct(new Container());
 }
Exemplo n.º 8
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct(array());
 }
Exemplo n.º 9
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct(new VariablesList());
 }
Exemplo n.º 10
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct(new Translations());
 }