| Conditions | 2 |
| Paths | 2 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | 11 | public function __construct(string $app = "#app", bool $vuetify = false, bool $useAxios = false) { |
|
| 22 | 11 | parent::__construct(); |
|
| 23 | 11 | $this->configuration['el'] = '"' . $app . '"'; |
|
| 24 | 11 | if ($vuetify) { |
|
| 25 | 11 | $this->configuration['vuetify'] = "new Vuetify()"; |
|
| 26 | } |
||
| 27 | ; |
||
| 28 | 11 | $this->useAxios = $useAxios; |
|
| 29 | 11 | } |
|
| 64 | } |