| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 39 | public function __construct(string $name, array $languages, array $countries, array $currencies, array $domains, bool $enabled = TRUE) |
||
| 40 | { |
||
| 41 | $this->name = $name; |
||
| 42 | $this->languages = $languages; |
||
| 43 | $this->countries = $countries; |
||
| 44 | $this->currencies = $currencies; |
||
| 45 | $this->domains = $domains; |
||
| 46 | $this->enabled = $enabled; |
||
| 47 | } |
||
| 97 |