| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 14 | 
| Code Lines | 7 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 8 | 
| CRAP Score | 1 | 
| Changes | 3 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 21 | 42 | public function __construct($data)  | 
            |
| 22 |     { | 
            ||
| 23 | 42 | $this->url = $data['url'];  | 
            |
| 24 | |||
| 25 | 42 | $this->title = $data['title'];  | 
            |
| 26 | |||
| 27 | 42 | $this->description = $data['description'];  | 
            |
| 28 | |||
| 29 | 42 | $this->images = $data['images'];  | 
            |
| 30 | |||
| 31 | 42 | $this->meta = $data['meta'];  | 
            |
| 32 | |||
| 33 | 42 | $this->viewPath = __DIR__ . '/Templates';  | 
            |
| 34 | 42 | }  | 
            |
| 35 | |||
| 85 |