|
ILIAS
Release_5_0_x_branch Revision 61816
|
Caches results for a specific user and course. More...
Collaboration diagram for ilCourseObjectiveResultCache: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().
Here is the caller graph for this function:
|
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 ilCourseObjectiveListGUI\insertProgressInfo(), and ilCourseObjectiveListGUI\insertTitle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
read suggested objectives
protected
| @return |
Definition at line 85 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 37 of file class.ilCourseObjectiveResultCache.php.
|
staticprivate |
Definition at line 36 of file class.ilCourseObjectiveResultCache.php.