ILIAS  release_8 Revision v8.24
GroupInternal.php
Go to the documentation of this file.
1<?php
2
19
20use ILIAS\UI\Component\Input\Group as GroupInterface;
21
25interface GroupInternal extends InputInternal, GroupInterface
26{
27}
Groups are a special kind of input because they are a monoid operation.
Definition: Group.php:37
Describes the interface of inputs that is used for internal processing of data from the client.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...