ILIAS  release_8 Revision v8.24
Group.php
Go to the documentation of this file.
1<?php
2
19
21use ILIAS\UI\Component\Input\Group as GroupInterface;
22
28interface Group extends ViewControlInput, GroupInterface
29{
30}
This describes the basis of all View Control Inputs.
Groups are a special kind of input because they are a monoid operation.
Definition: Group.php:37
Describes the monoid operation of grouping view control inputs.
Definition: Group.php:29
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:21