ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
getId () | |
Get typ id (unique for component) More... | |
getCaption () | |
isSingleton () | |
Can only be created once? More... | |
getValidObjectTypes () | |
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... | |
Definition at line 27 of file class.ilCourseLPBadge.php.
ilCourseLPBadge::evaluate | ( | int | $a_user_id, |
array | $a_params, | ||
?array | $a_config | ||
) |
Evaluate if given user has earned badge.
Implements ilBadgeAuto.
Definition at line 60 of file class.ilCourseLPBadge.php.
References $ref_id, ilObject\_lookupObjId(), ilLPStatus\_lookupStatus(), ILIAS\Repository\int(), and ilLPStatus\LP_STATUS_COMPLETED_NUM.
ilCourseLPBadge::getCaption | ( | ) |
ilCourseLPBadge::getConfigGUIInstance | ( | ) |
Get GUI config instance.
Implements ilBadgeType.
Definition at line 55 of file class.ilCourseLPBadge.php.
ilCourseLPBadge::getId | ( | ) |
Get typ id (unique for component)
Implements ilBadgeType.
Definition at line 29 of file class.ilCourseLPBadge.php.
ilCourseLPBadge::getValidObjectTypes | ( | ) |
ilCourseLPBadge::isSingleton | ( | ) |
Can only be created once?
Implements ilBadgeType.
Definition at line 42 of file class.ilCourseLPBadge.php.