ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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
 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 320 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 324 of file Base.php.

324  : string
325  {
326  return "DummyComponent";
327  }

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