|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
class ilTimingCache More...
Collaboration diagram for ilTimingCache:Public Member Functions | |
| __construct ($ref_id) | |
| ilTimingCache constructor. More... | |
| isWarningRequired ($usr_id) | |
Static Public Member Functions | |
| static | getInstanceByRefId ($ref_id) |
| static & | _getTimings ($a_ref_id) |
Protected Member Functions | |
| readObjectInformation () | |
| Read timing information for object. More... | |
Private Attributes | |
| $ref_id = 0 | |
| $obj_id = 0 | |
| $timings_active = false | |
| $timings = array() | |
| $timings_user = array() | |
| $collection_items = array() | |
| $completed_users = array() | |
Static Private Attributes | |
| static | $instances = array() |
| ilTimingCache::__construct | ( | $ref_id | ) |
ilTimingCache constructor.
Definition at line 77 of file class.ilTimingCache.php.
References $ref_id, ilObject\_lookupObjId(), and readObjectInformation().
Here is the call graph for this function:
|
static |
| $a_ref_id |
Definition at line 150 of file class.ilTimingCache.php.
References ilTimingPlaned\_getPlanedTimingsByItem(), and ilObjectActivation\getItem().
Referenced by ilLPTableBaseGUI\showTimingsWarning().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| $ref_id |
Definition at line 88 of file class.ilTimingCache.php.
References $ref_id.
Referenced by isWarningRequired(), and ilLPTableBaseGUI\showTimingsWarning().
Here is the caller graph for this function:| ilTimingCache::isWarningRequired | ( | $usr_id | ) |
| int | $usr_id |
Definition at line 100 of file class.ilTimingCache.php.
References getInstanceByRefId().
Here is the call graph for this function:
|
protected |
Read timing information for object.
Definition at line 127 of file class.ilTimingCache.php.
References ilLPStatus\_getCompleted(), ilTimingPlaned\_getPlanedTimingsByItem(), ilObjectLP\getInstance(), ilObjectActivation\getItem(), and ilObjectActivation\TIMINGS_PRESETTING.
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 67 of file class.ilTimingCache.php.
|
private |
Definition at line 72 of file class.ilTimingCache.php.
|
staticprivate |
Definition at line 37 of file class.ilTimingCache.php.
|
private |
Definition at line 47 of file class.ilTimingCache.php.
|
private |
Definition at line 42 of file class.ilTimingCache.php.
Referenced by __construct(), and getInstanceByRefId().
|
private |
Definition at line 57 of file class.ilTimingCache.php.
|
private |
Definition at line 52 of file class.ilTimingCache.php.
|
private |
Definition at line 62 of file class.ilTimingCache.php.