| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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... | |
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(), and ilLPStatus\LP_STATUS_COMPLETED_NUM.
 Here is the call graph for this function:| 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.