| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 7 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 40 | 1 | public function __construct(array $data) |
|
| 41 | { |
||
| 42 | 1 | parent::__construct($data); |
|
| 43 | 1 | $this->name = $this->getDataProperty('name'); |
|
| 44 | 1 | $this->path_lower = $this->getDataProperty('path_lower'); |
|
| 45 | 1 | $this->sharing_info = $this->getDataProperty('sharing_info'); |
|
| 46 | 1 | $this->path_display = $this->getDataProperty('path_display'); |
|
| 47 | 1 | } |
|
| 48 | |||
| 89 |