ILIAS
Release_4_1_x_branch Revision 61804
|
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 | |
static | getStatus ($a_usr_id, $a_crs_id) |
get status of user |
Protected Member Functions | |
readSuggested ($a_usr_id, $a_crs_id) | |
read suggested objectives |
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 67 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.
References readSuggested().
Referenced by ilContainerObjectiveGUI\initDetails(), ilCourseObjectiveListGUI\insertProgressInfo(), and ilCourseObjectiveListGUI\insertTitle().
|
protected |
read suggested objectives
protected
@return |
Definition at line 85 of file class.ilCourseObjectiveResultCache.php.
References ilCourseObjectiveResult\_getSuggested().
Referenced by isSuggested().
|
staticprivate |
Definition at line 37 of file class.ilCourseObjectiveResultCache.php.
|
staticprivate |
Definition at line 36 of file class.ilCourseObjectiveResultCache.php.