Ejemplo n.º 1
0
 /**
  * @return string
  */
 public static function getPatchesCacheDir()
 {
     if (!self::$_patchesCacheDir) {
         self::$_patchesCacheDir = BP . DS . Aitoc_Aitsys_Model_Platform::getInstance()->getVarPath() . self::PATCH_DIR;
     }
     return self::$_patchesCacheDir;
 }