|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for ilCourseLPBadge:
Collaboration diagram for ilCourseLPBadge: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... | |
| 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.
| ilCourseLPBadge::evaluate | ( | $a_user_id, | |
| array | $a_params, | ||
| array | $a_config | ||
| ) |
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 $ref_id, ilObject\_lookupObjId(), ilLPStatus\_lookupStatus(), and ilLPStatus\LP_STATUS_COMPLETED_NUM.
Here is the call graph for this function:| 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.
| ilCourseLPBadge::isSingleton | ( | ) |
Can only be created once?
Implements ilBadgeType.
Definition at line 28 of file class.ilCourseLPBadge.php.