ILIAS  trunk Revision v5.2.0beta1-34132-g2d4d73d4a0
ILIAS\UI\Implementation\Component\Panel\Listing\Listing Class Reference
+ Inheritance diagram for ILIAS\UI\Implementation\Component\Panel\Listing\Listing:
+ Collaboration diagram for ILIAS\UI\Implementation\Component\Panel\Listing\Listing:

Public Member Functions

 __construct (string $title, array $item_groups)
 
 getTitle ()
 
 getItemGroups ()
 
 withActions (C\Dropdown\Standard $actions)
 
 getActions ()
 

Protected Attributes

string $title
 
C Dropdown Standard $actions = null
 
array $item_groups = array()
 

Detailed Description

Definition at line 31 of file Listing.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\UI\Implementation\Component\Panel\Listing\Listing::__construct ( string  $title,
array  $item_groups 
)

Member Function Documentation

◆ getActions()

ILIAS\UI\Implementation\Component\Panel\Listing\Listing::getActions ( )

Definition at line 81 of file Listing.php.

References ILIAS\UI\Implementation\Component\Panel\Listing\Listing\$actions.

81  : ?C\Dropdown\Standard
82  {
83  return $this->actions;
84  }

◆ getItemGroups()

ILIAS\UI\Implementation\Component\Panel\Listing\Listing::getItemGroups ( )

◆ getTitle()

ILIAS\UI\Implementation\Component\Panel\Listing\Listing::getTitle ( )

Definition at line 55 of file Listing.php.

References ILIAS\UI\Implementation\Component\Panel\Listing\Listing\$title.

55  : string
56  {
57  return $this->title;
58  }

◆ withActions()

ILIAS\UI\Implementation\Component\Panel\Listing\Listing::withActions ( C\Dropdown\Standard  $actions)

Definition at line 71 of file Listing.php.

References ILIAS\UI\Implementation\Component\Panel\Listing\Listing\$actions.

71  : C\Panel\Listing\Listing
72  {
73  $clone = clone $this;
74  $clone->actions = $actions;
75  return $clone;
76  }

Field Documentation

◆ $actions

C Dropdown Standard ILIAS\UI\Implementation\Component\Panel\Listing\Listing::$actions = null
protected

◆ $item_groups

array ILIAS\UI\Implementation\Component\Panel\Listing\Listing::$item_groups = array()
protected

◆ $title

string ILIAS\UI\Implementation\Component\Panel\Listing\Listing::$title
protected

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