ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Caches results for a specific user and course. More...
Static Public Member Functions | |
static | isSuggested ($a_usr_id, $a_crs_id, $a_objective_id) |
check if objective is suggested More... | |
static | getStatus ($a_usr_id, $a_crs_id) |
get status of user More... | |
Protected Member Functions | |
readSuggested ($a_usr_id, $a_crs_id) | |
read suggested objectives More... | |
Static Private Attributes | |
static | $suggested = null |
static | $status = null |
Caches results for a specific user and course.
Definition at line 34 of file class.ilCourseObjectiveResultCache.php.
|
static |
get status of user
public
int | usr_id |
int | crs_id |
Definition at line 66 of file class.ilCourseObjectiveResultCache.php.
Referenced by ilCourseObjectiveListGUI\insertProgressInfo(), ilCourseObjectiveListGUI\insertTitle(), and ilContainerObjectiveGUI\showStatus().
|
static |
check if objective is suggested
public
int | usr_id |
int | course_id |
Definition at line 49 of file class.ilCourseObjectiveResultCache.php.
Referenced by ilCourseObjectiveListGUI\insertProgressInfo(), and ilCourseObjectiveListGUI\insertTitle().
|
protected |
read suggested objectives
protected
Definition at line 83 of file class.ilCourseObjectiveResultCache.php.
References ilCourseObjectiveResult\_getSuggested().
|
staticprivate |
Definition at line 37 of file class.ilCourseObjectiveResultCache.php.
|
staticprivate |
Definition at line 36 of file class.ilCourseObjectiveResultCache.php.