|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 | |
| ilLearningHistoryService | $learing_history |
| array | $services |
| ilSetting | $setting |
| ilSetting | $skmg_setting |
Private Attributes | |
| ilCertificateActiveValidator | $validator |
Definition at line 23 of file class.ilAchievements.php.
| ilAchievements::__construct | ( | ) |
| ilAchievements::getActiveServices | ( | ) |
Definition at line 91 of file class.ilAchievements.php.
References isActive().
Here is the call graph for this function:| ilAchievements::isActive | ( | int | $service | ) |
Definition at line 55 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 78 of file class.ilAchievements.php.
References isActive().
Here is the call graph for this function:
|
protected |
Definition at line 26 of file class.ilAchievements.php.
|
protected |
Definition at line 34 of file class.ilAchievements.php.
|
protected |
Definition at line 42 of file class.ilAchievements.php.
|
protected |
Definition at line 43 of file class.ilAchievements.php.
|
private |
Definition at line 25 of file class.ilAchievements.php.
| const ilAchievements::SERV_BADGES = 4 |
Definition at line 31 of file class.ilAchievements.php.
Referenced by ilAchievementsGUI\getGUIClasses(), ilAchievementsGUI\getLinks(), and isActive().
| const ilAchievements::SERV_CERTIFICATES = 5 |
Definition at line 32 of file class.ilAchievements.php.
Referenced by ilAchievementsGUI\getGUIClasses(), ilAchievementsGUI\getLinks(), and isActive().
| const ilAchievements::SERV_COMPETENCES = 2 |
Definition at line 29 of file class.ilAchievements.php.
Referenced by ilAchievementsGUI\getGUIClasses(), ilAchievementsGUI\getLinks(), and isActive().
| const ilAchievements::SERV_LEARNING_HISTORY = 1 |
Definition at line 28 of file class.ilAchievements.php.
Referenced by ilAchievementsGUI\getGUIClasses(), ilAchievementsGUI\getLinks(), and isActive().
| const ilAchievements::SERV_LEARNING_PROGRESS = 3 |
Definition at line 30 of file class.ilAchievements.php.
Referenced by ilAchievementsGUI\getGUIClasses(), ilAchievementsGUI\getLinks(), and isActive().