| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilUserProfileBadge:
 Collaboration diagram for ilUserProfileBadge:Public Member Functions | |
| 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 $user_id, array $params, ?array $config) | |
| Evaluate if given user has earned badge.  More... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilUserProfileBadge
Definition at line 25 of file class.ilUserProfileBadge.php.
| ilUserProfileBadge::evaluate | ( | int | $a_user_id, | 
| array | $a_params, | ||
| ?array | $a_config | ||
| ) | 
Evaluate if given user has earned badge.
Implements ilBadgeAuto.
Definition at line 55 of file class.ilUserProfileBadge.php.
References $DIC, $ilSetting, and ilObjPortfolio\getDefaultPortfolio().
 Here is the call graph for this function:| ilUserProfileBadge::getCaption | ( | ) | 
| ilUserProfileBadge::getConfigGUIInstance | ( | ) | 
Get GUI config instance.
Implements ilBadgeType.
Definition at line 50 of file class.ilUserProfileBadge.php.
| ilUserProfileBadge::getId | ( | ) | 
Get typ id (unique for component)
Implements ilBadgeType.
Definition at line 27 of file class.ilUserProfileBadge.php.
| ilUserProfileBadge::getValidObjectTypes | ( | ) | 
Get valid (repository) "parent" object types.
Implements ilBadgeType.
Definition at line 45 of file class.ilUserProfileBadge.php.
| ilUserProfileBadge::isSingleton | ( | ) | 
Can only be created once?
Implements ilBadgeType.
Definition at line 40 of file class.ilUserProfileBadge.php.