Example #1
0
 /** Charger le fichier des texts dans cette class de collection */
 private function loadText()
 {
     $this->collectionVoicekey = JsonUtils::jFile2Array(CONF_FILE_VOICEKEY);
     $this->collectionSubvoicekey = JsonUtils::jFile2Array(CONF_FILE_SUBVOICEKEY);
 }