|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilAchievements:Public Member Functions | |
| isActive (int $service) | |
| Is sub-service active? More... | |
| isAnyActive () | |
| Is any sub-service 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 | |
| ilLearningHistoryService | $learing_history |
| array | $services |
| ilSetting | $setting |
| ilSetting | $skmg_setting |
Private Attributes | |
| ilCertificateActiveValidator | $validator |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilAchievements.php.
| ilAchievements::getActiveServices | ( | ) |
Get active services.
Definition at line 98 of file class.ilAchievements.php.
References isActive().
Here is the call graph for this function:| ilAchievements::isActive | ( | int | $service | ) |
Is sub-service active?
Definition at line 57 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 sub-service active?
Definition at line 84 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 40 of file class.ilAchievements.php.
|
protected |
Definition at line 41 of file class.ilAchievements.php.
|
private |
Definition at line 21 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().