Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
55 | public function __construct(Configuration $configuration, $name = null, $version = null) |
||
56 | { |
||
57 | $this->configuration = $configuration; |
||
58 | $this->container = new Container(); |
||
59 | $this->dispatcher = new Dispatcher(); |
||
60 | $this->loop = Factory::create(); |
||
61 | parent::__construct($name, $version); |
||
62 | } |
||
63 | |||
114 | } |