ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ilBadgeType Interface Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilBadgeType:
+ Collaboration diagram for ilBadgeType:

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...
 

Detailed Description

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

Author
Jörg Lützenkirchen luetz.nosp@m.enki.nosp@m.rchen.nosp@m.@lei.nosp@m.fos.c.nosp@m.om

Definition at line 23 of file interface.ilBadgeType.php.

Member Function Documentation

◆ getCaption()

ilBadgeType::getCaption ( )

Implemented in ilCourseMeritBadge, ilCourseLPBadge, and ilUserProfileBadge.

Referenced by ilBadge\getExtendedTypeCaption(), and ilBadgeManagementGUI\initBadgeForm().

+ Here is the caller graph for this function:

◆ getConfigGUIInstance()

ilBadgeType::getConfigGUIInstance ( )

Get GUI config instance.

Implemented in ilCourseMeritBadge, ilCourseLPBadge, and ilUserProfileBadge.

Referenced by ilBadgeManagementGUI\initBadgeForm(), and ilBadgeManagementGUI\setBadgeFormValues().

+ Here is the caller graph for this function:

◆ getId()

ilBadgeType::getId ( )

Get typ id (unique for component)

Implemented in ilCourseMeritBadge, ilCourseLPBadge, and ilUserProfileBadge.

Referenced by ilBadgeHandler\getUniqueTypeId().

+ Here is the caller graph for this function:

◆ getValidObjectTypes()

ilBadgeType::getValidObjectTypes ( )

Get valid (repository) "parent" object types.

Returns
string[]

Implemented in ilCourseMeritBadge, ilCourseLPBadge, and ilUserProfileBadge.

◆ isSingleton()

ilBadgeType::isSingleton ( )

Can only be created once?

Implemented in ilCourseMeritBadge, ilCourseLPBadge, and ilUserProfileBadge.


The documentation for this interface was generated from the following file: