|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Caches results for a specific user and course. More...
Collaboration diagram for ilCourseObjectiveResultCache:Static Public Member Functions | |
| static | isSuggested (int $a_usr_id, int $a_crs_id, int $a_objective_id) |
| static | getStatus (int $a_usr_id, int $a_crs_id) |
Static Protected Member Functions | |
| static | readSuggested (int $a_usr_id, int $a_crs_id) |
Static Private Attributes | |
| static array | $suggested = [] |
| static array | $status = [] |
Caches results for a specific user and course.
Definition at line 26 of file class.ilCourseObjectiveResultCache.php.
|
static |
Definition at line 39 of file class.ilCourseObjectiveResultCache.php.
Referenced by ilCourseObjectiveListGUI\insertProgressInfo(), and ilCourseObjectiveListGUI\insertTitle().
Here is the caller graph for this function:
|
static |
Definition at line 31 of file class.ilCourseObjectiveResultCache.php.
References readSuggested().
Referenced by ilCourseObjectiveListGUI\insertProgressInfo(), and ilCourseObjectiveListGUI\insertTitle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
Definition at line 48 of file class.ilCourseObjectiveResultCache.php.
References ilCourseObjectiveResult\_getSuggested().
Referenced by isSuggested().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
Definition at line 29 of file class.ilCourseObjectiveResultCache.php.
|
staticprivate |
Definition at line 28 of file class.ilCourseObjectiveResultCache.php.