| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 44 | public function __construct($name, $theme, $version, $description, array $positions, $attributes = []) |
||
| 45 | { |
||
| 46 | $this->name = $name; |
||
| 47 | $this->theme = $theme; |
||
| 48 | $this->version = $version; |
||
| 49 | $this->description = $description; |
||
| 50 | $this->positions = $positions; |
||
| 51 | |||
| 52 | parent::__construct($attributes); |
||
| 53 | } |
||
| 54 | |||
| 75 |