|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Maybe a separate service in the future. More...
Collaboration diagram for ilAchievements:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| isActive ($service) | |
| Is subservice active? More... | |
| isAnyActive () | |
| Is any subservice active? More... | |
| getActiveServices () | |
| Get active services. More... | |
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 | |
| $learing_history | |
| $services | |
| $setting | |
Private Attributes | |
| $validator | |
Maybe a separate service in the future.
Needs a generic approach.
Currently only the main menu (and personal desktop) should use this.
Definition at line 13 of file class.ilAchievements.php.
| ilAchievements::__construct | ( | ) |
Constructor.
Definition at line 48 of file class.ilAchievements.php.
References $DIC.
| ilAchievements::getActiveServices | ( | ) |
Get active services.
Definition at line 108 of file class.ilAchievements.php.
References isActive().
Here is the call graph for this function:| ilAchievements::isActive | ( | $service | ) |
Is subservice active?
| int | service |
Definition at line 64 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 | ( | ) |
Is any subservice active?
Definition at line 93 of file class.ilAchievements.php.
References isActive().
Here is the call graph for this function:
|
protected |
Definition at line 22 of file class.ilAchievements.php.
|
protected |
Definition at line 32 of file class.ilAchievements.php.
|
protected |
Definition at line 43 of file class.ilAchievements.php.
|
private |
Definition at line 18 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().