Ubiquity  2.0.0
php rapid development framework
ModelsCacheTrait Class Reference
+ Inheritance diagram for ModelsCacheTrait:

Static Public Member Functions

static createOrmModelCache ($classname)
 
static getOrmModelCache ($classname)
 
static getModelCacheKey ($classname)
 
static modelCacheExists ($classname)
 
static initModelsCache (&$config, $forChecking=false, $silent=false)
 
static getModelsFiles (&$config, $silent=false)
 
static getModels (&$config, $silent=false)
 

Static Protected Member Functions

static _getFiles (&$config, $type, $silent=false)
 

Detailed Description

Author
jc array $cache

Definition at line 11 of file ModelsCacheTrait.php.

Member Function Documentation

◆ _getFiles()

static _getFiles ( $config,
  $type,
  $silent = false 
)
staticabstractprotected

◆ createOrmModelCache()

static createOrmModelCache (   $classname)
static

Definition at line 14 of file ModelsCacheTrait.php.

◆ getModelCacheKey()

static getModelCacheKey (   $classname)
static

Definition at line 30 of file ModelsCacheTrait.php.

◆ getModels()

static getModels ( $config,
  $silent = false 
)
static

Definition at line 60 of file ModelsCacheTrait.php.

◆ getModelsFiles()

static getModelsFiles ( $config,
  $silent = false 
)
static

Definition at line 56 of file ModelsCacheTrait.php.

◆ getOrmModelCache()

static getOrmModelCache (   $classname)
static

Definition at line 26 of file ModelsCacheTrait.php.

◆ initModelsCache()

static initModelsCache ( $config,
  $forChecking = false,
  $silent = false 
)
static

Definition at line 41 of file ModelsCacheTrait.php.

◆ modelCacheExists()

static modelCacheExists (   $classname)
static

Definition at line 34 of file ModelsCacheTrait.php.


The documentation for this class was generated from the following file: