ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\UI\Implementation\Component\ViewControl Namespace Reference

Data Structures

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

Functions

 getViewControls ()
 

Variables

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

Function Documentation

◆ getViewControls()

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

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
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null

Trait for panels supporting view controls.

Definition at line 29 of file HasViewControls.php.