ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getId () | |
Get typ id (unique for component) More... | |
getCaption () | |
isSingleton () | |
Can only be created once? More... | |
getValidObjectTypes () | |
Get valid (repository) "parent" object types. More... | |
getConfigGUIInstance () | |
Get GUI config instance. More... | |
evaluate (int $a_user_id, array $a_params, ?array $a_config) | |
Evaluate if given user has earned badge. More... | |
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 Class ilUserProfileBadge
Definition at line 25 of file class.ilUserProfileBadge.php.
ilUserProfileBadge::evaluate | ( | int | $a_user_id, |
array | $a_params, | ||
?array | $a_config | ||
) |
Evaluate if given user has earned badge.
Implements ilBadgeAuto.
Definition at line 55 of file class.ilUserProfileBadge.php.
References $DIC, $ilSetting, ilObjUser\_getPersonalPicturePath(), and ilObjPortfolio\getDefaultPortfolio().
ilUserProfileBadge::getCaption | ( | ) |
ilUserProfileBadge::getConfigGUIInstance | ( | ) |
Get GUI config instance.
Implements ilBadgeType.
Definition at line 50 of file class.ilUserProfileBadge.php.
ilUserProfileBadge::getId | ( | ) |
Get typ id (unique for component)
Implements ilBadgeType.
Definition at line 27 of file class.ilUserProfileBadge.php.
ilUserProfileBadge::getValidObjectTypes | ( | ) |
Get valid (repository) "parent" object types.
Implements ilBadgeType.
Definition at line 45 of file class.ilUserProfileBadge.php.
ilUserProfileBadge::isSingleton | ( | ) |
Can only be created once?
Implements ilBadgeType.
Definition at line 40 of file class.ilUserProfileBadge.php.