ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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... | |
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 Badge type interface
Definition at line 23 of file interface.ilBadgeType.php.
ilBadgeType::getCaption | ( | ) |
Implemented in ilCourseMeritBadge, ilCourseLPBadge, and ilUserProfileBadge.
Referenced by ilBadge\getExtendedTypeCaption(), and ilBadgeManagementGUI\initBadgeForm().
ilBadgeType::getConfigGUIInstance | ( | ) |
Get GUI config instance.
Implemented in ilCourseMeritBadge, ilCourseLPBadge, and ilUserProfileBadge.
Referenced by ilBadgeManagementGUI\initBadgeForm(), and ilBadgeManagementGUI\setBadgeFormValues().
ilBadgeType::getId | ( | ) |
Get typ id (unique for component)
Implemented in ilCourseMeritBadge, ilCourseLPBadge, and ilUserProfileBadge.
Referenced by ilBadgeHandler\getUniqueTypeId().
ilBadgeType::getValidObjectTypes | ( | ) |
Get valid (repository) "parent" object types.
Implemented in ilCourseMeritBadge, ilCourseLPBadge, and ilUserProfileBadge.
ilBadgeType::isSingleton | ( | ) |
Can only be created once?
Implemented in ilCourseMeritBadge, ilCourseLPBadge, and ilUserProfileBadge.