ILIAS  release_8 Revision v8.24
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 ( )

◆ getConfigGUIInstance()

ilBadgeType::getConfigGUIInstance ( )

Get GUI config instance.

Implemented in ilCourseLPBadge, ilCourseMeritBadge, and ilUserProfileBadge.

◆ getId()

ilBadgeType::getId ( )

Get typ id (unique for component)

Implemented in ilCourseLPBadge, ilCourseMeritBadge, and ilUserProfileBadge.

◆ getValidObjectTypes()

ilBadgeType::getValidObjectTypes ( )

Get valid (repository) "parent" object types.

Returns
string[]

Implemented in ilCourseLPBadge, ilCourseMeritBadge, and ilUserProfileBadge.

◆ isSingleton()

ilBadgeType::isSingleton ( )

Can only be created once?

Implemented in ilCourseLPBadge, ilCourseMeritBadge, and ilUserProfileBadge.


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