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