ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
DummyComponent Class Reference
+ Inheritance diagram for DummyComponent:
+ Collaboration diagram for DummyComponent:

Public Member Functions

 getCanonicalName ()
 Get the canonical name of the component. More...
 
- Public Member Functions inherited from ILIAS\UI\Component\Component
 getCanonicalName ()
 Get the canonical name of the component. More...
 
 reduceWith (\Closure $fn)
 The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. More...
 

Detailed Description

Definition at line 323 of file Base.php.

Member Function Documentation

◆ getCanonicalName()

DummyComponent::getCanonicalName ( )

Get the canonical name of the component.

Implements ILIAS\UI\Component\Component.

Definition at line 327 of file Base.php.

327 : string
328 {
329 return "DummyComponent";
330 }

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