|
ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
|
Collaboration diagram for ilAchievements:Public Member Functions | |
| __construct () | |
| isActive (int $service) | |
| isAnyActive () | |
| getActiveServices () | |
Data Fields | |
| const | SERV_LEARNING_HISTORY = 1 |
| const | SERV_COMPETENCES = 2 |
| const | SERV_LEARNING_PROGRESS = 3 |
| const | SERV_BADGES = 4 |
| const | SERV_CERTIFICATES = 5 |
Protected Attributes | |
| readonly ilCertificateActiveValidator | $validator |
| readonly ilLearningHistoryService | $learing_history |
| readonly ilSetting | $setting |
Private Attributes | |
| const | SERVICES |
Definition at line 23 of file class.ilAchievements.php.
| ilAchievements::__construct | ( | ) |
Definition at line 42 of file class.ilAchievements.php.
References $DIC.
| ilAchievements::getActiveServices | ( | ) |
Definition at line 87 of file class.ilAchievements.php.
References isActive(), and SERVICES.
Here is the call graph for this function:| ilAchievements::isActive | ( | int | $service | ) |
Definition at line 51 of file class.ilAchievements.php.
References $service, ilObjUserTracking\_enabledLearningProgress(), ilObjUserTracking\_hasLearningProgressLearner(), ilObjUserTracking\_hasLearningProgressOtherUsers(), ilBadgeHandler\getInstance(), SERV_BADGES, SERV_CERTIFICATES, SERV_COMPETENCES, SERV_LEARNING_HISTORY, and SERV_LEARNING_PROGRESS.
Referenced by getActiveServices(), and isAnyActive().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAchievements::isAnyActive | ( | ) |
Definition at line 74 of file class.ilAchievements.php.
References isActive(), and SERVICES.
Here is the call graph for this function:
|
protected |
Definition at line 39 of file class.ilAchievements.php.
|
protected |
Definition at line 40 of file class.ilAchievements.php.
|
protected |
Definition at line 38 of file class.ilAchievements.php.
| const ilAchievements::SERV_BADGES = 4 |
Definition at line 28 of file class.ilAchievements.php.
Referenced by ilAchievementsGUI\getGUIClasses(), ilAchievementsGUI\getLinks(), and isActive().
| const ilAchievements::SERV_CERTIFICATES = 5 |
Definition at line 29 of file class.ilAchievements.php.
Referenced by ilAchievementsGUI\getGUIClasses(), ilAchievementsGUI\getLinks(), and isActive().
| const ilAchievements::SERV_COMPETENCES = 2 |
Definition at line 26 of file class.ilAchievements.php.
Referenced by ilAchievementsGUI\getGUIClasses(), ilAchievementsGUI\getLinks(), and isActive().
| const ilAchievements::SERV_LEARNING_HISTORY = 1 |
Definition at line 25 of file class.ilAchievements.php.
Referenced by ilAchievementsGUI\getGUIClasses(), ilAchievementsGUI\getLinks(), and isActive().
| const ilAchievements::SERV_LEARNING_PROGRESS = 3 |
Definition at line 27 of file class.ilAchievements.php.
Referenced by ilAchievementsGUI\getGUIClasses(), ilAchievementsGUI\getLinks(), and isActive().
|
private |
Definition at line 30 of file class.ilAchievements.php.