ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ILIAS\UI\Implementation\Component\ViewControl Namespace Reference

Data Structures

class  Factory
 
class  Mode
 
class  Pagination
 
class  Renderer
 
class  Section
 
class  Sortation
 

Functions

 getViewControls ()
 @inheritDoc More...
 

Variables

trait HasViewControls
 Trait for panels supporting view controls. More...
 

Function Documentation

◆ getViewControls()

ILIAS\UI\Implementation\Component\ViewControl\getViewControls ( )

@inheritDoc

Definition at line 47 of file HasViewControls.php.

47 : ?array
48 {
49 return $this->view_controls;
50 }

Referenced by ILIAS\UI\Implementation\Component\Table\Data\applyViewControls().

+ Here is the caller graph for this function:

Variable Documentation

◆ HasViewControls

trait ILIAS::UI::Implementation::Component::ViewControl\HasViewControls
Initial value:
{
protected ?array $view_controls = null

Trait for panels supporting view controls.

Definition at line 28 of file HasViewControls.php.