Ejemplo n.º 1
0
 /**
  * Constructor
  * 
  * @return void
  */
 protected function __construct()
 {
     parent::__construct();
     $this->filesRepositories = array(\Includes\Decorator\Utils\CacheManager::getCompileDir() => 'compiled classes repository', LC_DIR_ROOT => 'X-Cart root');
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  *
  * @return void
  */
 protected function __construct()
 {
     parent::__construct();
     $this->checkTemplateStatus = LC_DEVELOPER_MODE || \XLite::getInstance()->getOptions(array('skin_details', 'check_templates_status'));
     $this->rootDirLength = strlen(LC_DIR_ROOT);
     $this->compileDir = \Includes\Decorator\Utils\CacheManager::getCompileDir();
 }
Ejemplo n.º 3
0
 /**
  * Return name of the file with getCacheModelsDir
  *
  * @return string
  */
 public static function getClassesHashPath()
 {
     return \Includes\Decorator\Utils\CacheManager::getCompileDir() . 'Classes.php';
 }