Class arCalledClassCache.
More...
|
static | isCached ($class_name) |
|
static | store ($class_name) |
|
static | get ($class_name) |
|
static | purge ($class_name) |
|
◆ get()
static arCalledClassCache::get |
( |
|
$class_name | ) |
|
|
static |
◆ isCached()
static arCalledClassCache::isCached |
( |
|
$class_name | ) |
|
|
static |
- Parameters
-
- Returns
- bool
Definition at line 23 of file class.arCalledClassCache.php.
23 {
24 return in_array($class_name, array_keys(self::$cache));
25 }
◆ purge()
static arCalledClassCache::purge |
( |
|
$class_name | ) |
|
|
static |
◆ store()
static arCalledClassCache::store |
( |
|
$class_name | ) |
|
|
static |
- Parameters
-
Definition at line 31 of file class.arCalledClassCache.php.
31 {
32 self::$cache[$class_name] = arFactory::getInstance($class_name, NULL);
33 }
Referenced by get().
◆ $cache
arCalledClassCache::$cache = array() |
|
staticprotected |
The documentation for this class was generated from the following file: