|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilCourseLPBadge:
Collaboration diagram for ilCourseLPBadge: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... | |
| 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 $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.
Here is the call graph for this function:| ilCourseLPBadge::getCaption | ( | ) |
Implements ilBadgeType.
Definition at line 34 of file class.ilCourseLPBadge.php.
| 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 | ( | ) |
Implements ilBadgeType.
Definition at line 50 of file class.ilCourseLPBadge.php.
| ilCourseLPBadge::isSingleton | ( | ) |
Can only be created once?
Implements ilBadgeType.
Definition at line 42 of file class.ilCourseLPBadge.php.