Ejemplo n.º 1
0
 /**
  * Get file path with DB schema
  *
  * @return string
  */
 protected static function getDBSchemaFilePath()
 {
     return \Includes\Decorator\Utils\CacheManager::buildCopsularFilename(LC_DIR_VAR . '.decorator.dbSchema.php');
 }
Ejemplo n.º 2
0
 /**
  * Get file path to data storage file
  *
  * @param mixed $key Key OPTIONAL
  *
  * @return string
  */
 public static function getFilename($key = true)
 {
     return \Includes\Decorator\Utils\CacheManager::buildCopsularFilename(LC_DIR_VAR . static::FILE_NAME, $key);
 }