ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
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... | |
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 |