ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
A component is the most general form of an entity in the UI. More...
Public Member Functions | |
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... | |
A component is the most general form of an entity in the UI.
Every entity is a component.
Definition at line 27 of file Component.php.
ILIAS\UI\Component\Component::getCanonicalName | ( | ) |
Get the canonical name of the component.
Implemented in DummyComponent, ModalMock, and ComponentDummy.
Referenced by ILIAS\UI\Implementation\Render\LoaderCachingWrapper\getCacheKey(), and ILIAS\UI\Implementation\Render\AbstractComponentRenderer\getComponentCanonicalNameAttribute().
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.
Closure(Component,array) | mixed $fn |