|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ComponentDummy:
Collaboration diagram for ComponentDummy:Public Member Functions | |
| __construct ($id="") | |
| 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... | |
Protected Attributes | |
| string | $id |
Definition at line 28 of file PanelTest.php.
| ComponentDummy::__construct | ( | $id = "" | ) |
Definition at line 34 of file PanelTest.php.
References $id.
| ComponentDummy::getCanonicalName | ( | ) |
Get the canonical name of the component.
Implements ILIAS\UI\Component\Component.
Definition at line 38 of file PanelTest.php.
|
protected |
Definition at line 32 of file PanelTest.php.
Referenced by __construct().