ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\UI\Component\Item\Group Interface Reference

Common interface to item groups. More...

+ Inheritance diagram for ILIAS\UI\Component\Item\Group:
+ Collaboration diagram for ILIAS\UI\Component\Item\Group:

Public Member Functions

 getTitle ()
 Gets the title of the group. More...
 
 getItems ()
 Gets item of the group. More...
 
 withActions (Standard $dropdown)
 Create a new appointment item with a set of actions to perform on it. More...
 
 getActions ()
 Get the actions Dropdown of the group. More...
 
- Public Member Functions inherited from ILIAS\UI\Component\Component
 getCanonicalName ()
 Get the canonical name of the component. More...
 
 reduceWith (\Closure $fn)
 The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. More...
 

Detailed Description

Common interface to item groups.

Definition at line 29 of file Group.php.

Member Function Documentation

◆ getActions()

ILIAS\UI\Component\Item\Group::getActions ( )

Get the actions Dropdown of the group.

◆ getItems()

ILIAS\UI\Component\Item\Group::getItems ( )

Gets item of the group.

Returns
Item[]

◆ getTitle()

ILIAS\UI\Component\Item\Group::getTitle ( )

Gets the title of the group.

◆ withActions()

ILIAS\UI\Component\Item\Group::withActions ( Standard  $dropdown)

Create a new appointment item with a set of actions to perform on it.


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