ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\UI\Component\ViewControl\HasViewControls Interface Reference

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...
 

Detailed Description

Trait for adding view controls to a component.

Definition at line 28 of file HasViewControls.php.

Member Function Documentation

◆ getViewControls()

ILIAS\UI\Component\ViewControl\HasViewControls::getViewControls ( )

Get View Controls.

Returns
array|null Array of ViewControls

◆ withViewControls()

ILIAS\UI\Component\ViewControl\HasViewControls::withViewControls ( array  $view_controls)

Add View Controls.

Parameters
array$view_controlsArray Of ViewControls
Returns
static

The documentation for this interface was generated from the following file: