ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Trait for adding view controls to a component. More...
Public Member Functions | |
withViewControls (array $view_controls) | |
Add View Controls. More... | |
getViewControls () | |
Get View Controls. More... | |
![]() | |
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... | |
Trait for adding view controls to a component.
Definition at line 28 of file HasViewControls.php.
ILIAS\UI\Component\ViewControl\HasViewControls::getViewControls | ( | ) |
Get View Controls.
ILIAS\UI\Component\ViewControl\HasViewControls::withViewControls | ( | array | $view_controls | ) |
Add View Controls.
array | $view_controls | Array Of ViewControls |