|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for arCalledClassCache:Static Public Member Functions | |
| static | isCached (string $class_name) |
| static | store (string $class_name) |
| static | get (string $class_name) |
| static | purge (string $class_name) |
Static Protected Attributes | |
| static array | $cache = [] |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class arCalledClassCache
Definition at line 24 of file class.arCalledClassCache.php.
|
static |
Definition at line 38 of file class.arCalledClassCache.php.
References store().
Referenced by ActiveRecord\getCalledClass().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 28 of file class.arCalledClassCache.php.
|
static |
Definition at line 47 of file class.arCalledClassCache.php.
|
static |
Definition at line 33 of file class.arCalledClassCache.php.
Referenced by get().
Here is the caller graph for this function:
|
staticprotected |
Definition at line 26 of file class.arCalledClassCache.php.