ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 }

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.