ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Class ilUserProfileBadge. 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 $user_id, array $params, ?array $config) | |
Evaluate if given user has earned badge. More... | |
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, ilObjPortfolio\getDefaultPortfolio(), and null.
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.