ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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...
 

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: