ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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().
ilAchievements::isActive | ( | int | $service | ) |
Is sub-service active?
Definition at line 57 of file class.ilAchievements.php.
References ilObjUserTracking\_enabledLearningProgress(), ilObjUserTracking\_hasLearningProgressLearner(), ilObjUserTracking\_hasLearningProgressOtherUsers(), and ilBadgeHandler\getInstance().
Referenced by getActiveServices(), and isAnyActive().
ilAchievements::isAnyActive | ( | ) |
Is any sub-service active?
Definition at line 84 of file class.ilAchievements.php.
References isActive().
|
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(), and ilAchievementsGUI\getLinks().
const ilAchievements::SERV_CERTIFICATES = 5 |
Definition at line 29 of file class.ilAchievements.php.
Referenced by ilAchievementsGUI\getGUIClasses(), and ilAchievementsGUI\getLinks().
const ilAchievements::SERV_COMPETENCES = 2 |
Definition at line 26 of file class.ilAchievements.php.
Referenced by ilAchievementsGUI\getGUIClasses(), and ilAchievementsGUI\getLinks().
const ilAchievements::SERV_LEARNING_HISTORY = 1 |
Definition at line 25 of file class.ilAchievements.php.
Referenced by ilAchievementsGUI\getGUIClasses(), and ilAchievementsGUI\getLinks().
const ilAchievements::SERV_LEARNING_PROGRESS = 3 |
Definition at line 27 of file class.ilAchievements.php.
Referenced by ilAchievementsGUI\getGUIClasses(), and ilAchievementsGUI\getLinks().