| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | public function run() |
||
| 32 | { |
||
| 33 | return $this->render('MainDetails', [ |
||
| 34 | 'title' => $this->title, |
||
| 35 | 'titleOptions' => $this->titleOptions, |
||
| 36 | 'icon' => $this->icon, |
||
| 37 | 'subTitle' => $this->subTitle, |
||
| 38 | 'menu' => $this->menu, |
||
| 39 | 'image' => $this->image, |
||
| 40 | 'background' => $this->background, |
||
| 41 | 'backgroundColor' => $this->backgroundColor, |
||
| 42 | ]); |
||
| 43 | } |
||
| 44 | } |
||
| 45 |