ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
getId () | |
Get typ id (unique for component) More... | |
getCaption () | |
Get caption. More... | |
isSingleton () | |
Can only be created once? More... | |
getValidObjectTypes () | |
Get valid (repository) "parent" object types. More... | |
getConfigGUIInstance () | |
Get GUI config instance. More... | |
evaluate ($a_user_id, array $a_params, array $a_config) | |
Evaluate if given user has earned badge. More... | |
Definition at line 15 of file class.ilUserProfileBadge.php.
Evaluate if given user has earned badge.
int | $a_user_id | |
array | $a_params | |
array | $a_config |
Implements ilBadgeAuto.
Definition at line 44 of file class.ilUserProfileBadge.php.
References $ilSetting, $m, array, and ilObjPortfolio\getDefaultPortfolio().
ilUserProfileBadge::getCaption | ( | ) |
Get caption.
Implements ilBadgeType.
Definition at line 22 of file class.ilUserProfileBadge.php.
References $lng.
ilUserProfileBadge::getConfigGUIInstance | ( | ) |
Get GUI config instance.
Implements ilBadgeType.
Definition at line 38 of file class.ilUserProfileBadge.php.
ilUserProfileBadge::getId | ( | ) |
Get typ id (unique for component)
Implements ilBadgeType.
Definition at line 17 of file class.ilUserProfileBadge.php.
ilUserProfileBadge::getValidObjectTypes | ( | ) |
Get valid (repository) "parent" object types.
Implements ilBadgeType.
Definition at line 33 of file class.ilUserProfileBadge.php.
References array.
ilUserProfileBadge::isSingleton | ( | ) |
Can only be created once?
Implements ilBadgeType.
Definition at line 28 of file class.ilUserProfileBadge.php.