|
ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilCachedCtrl. More...
Collaboration diagram for ilCachedCtrl:Public Member Functions | |
| isActive () | |
| __destruct () | |
| lookupModuleClass ($class) | |
| lookupServiceClass ($class) | |
| lookupCid ($cid) | |
| lookupCall ($parent) | |
| lookupClassFile ($class) | |
| getLoaded () | |
| setLoaded ($loaded) | |
| setCtrlCalls ($ctrl_calls) | |
| getCtrlCalls () | |
| setCtrlClassfile ($ctrl_classfile) | |
| getCtrlClassfile () | |
| setModuleClasses ($module_classes) | |
| getModuleClasses () | |
| setServiceClasses ($service_classes) | |
| getServiceClasses () | |
| setCtrlClassfileParent ($ctrl_classfile_parent) | |
| getCtrlClassfileParent () | |
Static Public Member Functions | |
| static | getInstance () |
| static | flush () |
Protected Member Functions | |
| __construct () | |
Protected Attributes | |
| $changed = false | |
| $loaded = false | |
| $module_classes = array() | |
| $service_classes = array() | |
| $ctrl_calls = array() | |
| $ctrl_classfile = array() | |
| $ctrl_classfile_parent = array() | |
Static Protected Attributes | |
| static | $instance |
|
protected |
Definition at line 78 of file class.ilCachedCtrl.php.
References ilGlobalCache\COMP_ILCTRL, and getInstance().
Here is the call graph for this function:| ilCachedCtrl::__destruct | ( | ) |
Definition at line 84 of file class.ilCachedCtrl.php.
|
static |
Definition at line 64 of file class.ilCachedCtrl.php.
References ilGlobalCache\COMP_ILCTRL, and getInstance().
Referenced by ilCtrlStructureReader\readStructure().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCachedCtrl::getCtrlCalls | ( | ) |
| ilCachedCtrl::getCtrlClassfile | ( | ) |
| ilCachedCtrl::getCtrlClassfileParent | ( | ) |
Definition at line 261 of file class.ilCachedCtrl.php.
References $ctrl_classfile_parent.
|
static |
Definition at line 48 of file class.ilCachedCtrl.php.
References $instance, and ilGlobalCache\COMP_ILCTRL.
Referenced by __construct(), ilCtrl\callBaseClass(), flush(), ilCtrl\getNodeIdForTargetClass(), isActive(), ilCtrl\lookupClassPath(), ilCtrl\readCidInfo(), and ilCtrl\readClassInfo().
Here is the caller graph for this function:| ilCachedCtrl::getLoaded | ( | ) |
| ilCachedCtrl::getModuleClasses | ( | ) |
| ilCachedCtrl::getServiceClasses | ( | ) |
| ilCachedCtrl::isActive | ( | ) |
Definition at line 73 of file class.ilCachedCtrl.php.
References ilGlobalCache\COMP_ILCTRL, and getInstance().
Here is the call graph for this function:| ilCachedCtrl::lookupCall | ( | $parent | ) |
| $parent |
Definition at line 151 of file class.ilCachedCtrl.php.
| ilCachedCtrl::lookupCid | ( | $cid | ) |
| $cid |
Definition at line 141 of file class.ilCachedCtrl.php.
| ilCachedCtrl::lookupClassFile | ( | $class | ) |
| $class |
Definition at line 165 of file class.ilCachedCtrl.php.
| ilCachedCtrl::lookupModuleClass | ( | $class | ) |
| $class |
Definition at line 121 of file class.ilCachedCtrl.php.
| ilCachedCtrl::lookupServiceClass | ( | $class | ) |
| $class |
Definition at line 131 of file class.ilCachedCtrl.php.
| ilCachedCtrl::setCtrlCalls | ( | $ctrl_calls | ) |
| array | $ctrl_calls |
Definition at line 189 of file class.ilCachedCtrl.php.
References $ctrl_calls.
| ilCachedCtrl::setCtrlClassfile | ( | $ctrl_classfile | ) |
| array | $ctrl_classfile |
Definition at line 205 of file class.ilCachedCtrl.php.
References $ctrl_classfile.
| ilCachedCtrl::setCtrlClassfileParent | ( | $ctrl_classfile_parent | ) |
| array | $ctrl_classfile_parent |
Definition at line 253 of file class.ilCachedCtrl.php.
References $ctrl_classfile_parent.
| ilCachedCtrl::setLoaded | ( | $loaded | ) |
| boolean | $loaded |
Definition at line 181 of file class.ilCachedCtrl.php.
References $loaded.
| ilCachedCtrl::setModuleClasses | ( | $module_classes | ) |
| array | $module_classes |
Definition at line 221 of file class.ilCachedCtrl.php.
References $module_classes.
| ilCachedCtrl::setServiceClasses | ( | $service_classes | ) |
| array | $service_classes |
Definition at line 237 of file class.ilCachedCtrl.php.
References $service_classes.
|
protected |
Definition at line 14 of file class.ilCachedCtrl.php.
|
protected |
Definition at line 34 of file class.ilCachedCtrl.php.
Referenced by getCtrlCalls(), and setCtrlCalls().
|
protected |
Definition at line 38 of file class.ilCachedCtrl.php.
Referenced by getCtrlClassfile(), and setCtrlClassfile().
|
protected |
Definition at line 42 of file class.ilCachedCtrl.php.
Referenced by getCtrlClassfileParent(), and setCtrlClassfileParent().
|
staticprotected |
Definition at line 18 of file class.ilCachedCtrl.php.
Referenced by getInstance().
|
protected |
Definition at line 22 of file class.ilCachedCtrl.php.
Referenced by getLoaded(), and setLoaded().
|
protected |
Definition at line 26 of file class.ilCachedCtrl.php.
Referenced by getModuleClasses(), and setModuleClasses().
|
protected |
Definition at line 30 of file class.ilCachedCtrl.php.
Referenced by getServiceClasses(), and setServiceClasses().