ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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 ilCourseLPBadge, ilCourseMeritBadge, and ILIAS\User\Badges\ProfileBadge.
ilBadgeType::getConfigGUIInstance | ( | ) |
Get GUI config instance.
Implemented in ilCourseLPBadge, ilCourseMeritBadge, and ILIAS\User\Badges\ProfileBadge.
ilBadgeType::getId | ( | ) |
Get typ id (unique for component)
Implemented in ilCourseLPBadge, ilCourseMeritBadge, and ILIAS\User\Badges\ProfileBadge.
ilBadgeType::getValidObjectTypes | ( | ) |
Get valid (repository) "parent" object types.
Implemented in ilCourseLPBadge, ilCourseMeritBadge, and ILIAS\User\Badges\ProfileBadge.
ilBadgeType::isSingleton | ( | ) |
Can only be created once?
Implemented in ilCourseLPBadge, ilCourseMeritBadge, and ILIAS\User\Badges\ProfileBadge.