ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
Group.php
Go to the documentation of this file.
1<?php
2
20
22use ILIAS\UI\Component\Input\Group as GroupInterface;
23
29interface Group extends ViewControlInput, GroupInterface
30{
31}
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:38
Describes the monoid operation of grouping view control inputs.
Definition: Group.php:30
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:21