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.ilCourseLPBadge.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.ilCourseLPBadge.php.
References ilObject\_lookupObjId(), ilLPStatus\_lookupStatus(), array, and ilLPStatus\LP_STATUS_COMPLETED_NUM.
ilCourseLPBadge::getCaption | ( | ) |
Get caption.
Implements ilBadgeType.
Definition at line 22 of file class.ilCourseLPBadge.php.
References $lng.
ilCourseLPBadge::getConfigGUIInstance | ( | ) |
Get GUI config instance.
Implements ilBadgeType.
Definition at line 38 of file class.ilCourseLPBadge.php.
ilCourseLPBadge::getId | ( | ) |
Get typ id (unique for component)
Implements ilBadgeType.
Definition at line 17 of file class.ilCourseLPBadge.php.
ilCourseLPBadge::getValidObjectTypes | ( | ) |
Get valid (repository) "parent" object types.
Implements ilBadgeType.
Definition at line 33 of file class.ilCourseLPBadge.php.
References array.
ilCourseLPBadge::isSingleton | ( | ) |
Can only be created once?
Implements ilBadgeType.
Definition at line 28 of file class.ilCourseLPBadge.php.