예제 #1
0
파일: config.php 프로젝트: vazahat/dudex
 /**
  * Constructor.
  */
 private function __construct()
 {
     $this->configService = BOL_ConfigService::getInstance();
     $this->generateCache();
 }