|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilTimingCache:Public Member Functions | |
| __construct (int $ref_id) | |
| isWarningRequired (int $usr_id) | |
Static Public Member Functions | |
| static | getInstanceByRefId (int $ref_id) |
| static | _getTimings (int $a_ref_id) |
Protected Member Functions | |
| readObjectInformation () | |
Private Attributes | |
| int | $ref_id = 0 |
| int | $obj_id = 0 |
| bool | $timings_active = false |
| array | $timings = array() |
| array | $timings_user = array() |
| array | $collection_items = array() |
| array | $completed_users = array() |
Static Private Attributes | |
| static array | $instances = [] |
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 ilTimingCache
Definition at line 24 of file class.ilTimingCache.php.
| ilTimingCache::__construct | ( | int | $ref_id | ) |
Definition at line 36 of file class.ilTimingCache.php.
References $ref_id, ilObject\_lookupObjId(), and readObjectInformation().
Here is the call graph for this function:
|
static |
Definition at line 92 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 |
Definition at line 43 of file class.ilTimingCache.php.
References $ref_id.
Referenced by isWarningRequired(), and ilLPTableBaseGUI\showTimingsWarning().
Here is the caller graph for this function:| ilTimingCache::isWarningRequired | ( | int | $usr_id | ) |
Definition at line 51 of file class.ilTimingCache.php.
References getInstanceByRefId().
Here is the call graph for this function:
|
protected |
Definition at line 75 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 33 of file class.ilTimingCache.php.
|
private |
Definition at line 34 of file class.ilTimingCache.php.
|
staticprivate |
Definition at line 26 of file class.ilTimingCache.php.
|
private |
Definition at line 29 of file class.ilTimingCache.php.
|
private |
Definition at line 28 of file class.ilTimingCache.php.
Referenced by __construct(), and getInstanceByRefId().
|
private |
Definition at line 31 of file class.ilTimingCache.php.
|
private |
Definition at line 30 of file class.ilTimingCache.php.
|
private |
Definition at line 32 of file class.ilTimingCache.php.