|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Trait for adding view controls to a component. More...
Inheritance diagram for ILIAS\UI\Component\ViewControl\HasViewControls:
Collaboration diagram for ILIAS\UI\Component\ViewControl\HasViewControls:Public Member Functions | |
| withViewControls (array $view_controls) | |
| Add View Controls. More... | |
| getViewControls () | |
| Get View Controls. 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... | |
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 |