Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Code Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
45 | public function __construct( |
||
46 | Names $names, |
||
47 | Block $block, |
||
48 | Version $age, |
||
49 | GeneralCategory $generalCategory, |
||
50 | Script $script |
||
51 | ) { |
||
52 | $this->names = $names; |
||
53 | $this->block = $block; |
||
54 | $this->age = $age; |
||
55 | $this->generalCategory = $generalCategory; |
||
56 | $this->script = $script; |
||
57 | } |
||
58 | |||
98 | } |