ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
DummyComponent Class Reference
+ Inheritance diagram for DummyComponent:
+ Collaboration diagram for DummyComponent:

Public Member Functions

 getCanonicalName ()
 Get the canonical name of the component. More...
 

Detailed Description

Definition at line 213 of file Base.php.

Member Function Documentation

◆ getCanonicalName()

DummyComponent::getCanonicalName ( )

Get the canonical name of the component.

Returns
string

Implements ILIAS\UI\Component\Component.

Definition at line 215 of file Base.php.

216  {
217  return "DummyComponent";
218  }

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