예제 #1
0
파일: helper.php 프로젝트: richmahn/Door43
 /**
  * Class constructor
  */
 function __construct()
 {
     parent::helper_plugin_translation();
     // load language names
     $this->LN = confToHash(dirname(__FILE__) . '/lang/langnames.txt');
 }
예제 #2
0
파일: helper.php 프로젝트: Jocai/Door43
 /**
  * Class constructor
  */
 function __construct()
 {
     parent::helper_plugin_translation();
     $this->load_from_cache();
 }