| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | public function __construct(String $reference) |
||
| 30 | { |
||
| 31 | $jsonReader = new JsonReader(BASE_DIR . '/phiber_config.json'); |
||
| 32 | $lang = new JsonReader(BASE_DIR . "/lang/" . $jsonReader->read()->phiber->language . ".json"); |
||
| 33 | |||
| 34 | $this->msgTranslated = $lang->read()->phiber_lang->$reference . ""; |
||
| 35 | } |
||
| 36 | |||
| 47 |