ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
Group.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\UI\Component\Input\ViewControl
;
20
21
use
ILIAS\UI\Component\Input\Container\ViewControl\ViewControlInput
;
22
use
ILIAS\UI\Component\Input\Group
as GroupInterface;
23
29
interface
Group
extends
ViewControlInput
, GroupInterface
30
{
31
}
ILIAS\UI\Component\Input\Container\ViewControl\ViewControlInput
This describes the basis of all View Control Inputs.
Definition:
ViewControlInput.php:30
ILIAS\UI\Component\Input\Group
Groups are a special kind of input because they are a monoid operation.
Definition:
Group.php:38
ILIAS\UI\Component\Input\ViewControl\Group
Describes the monoid operation of grouping view control inputs.
Definition:
Group.php:30
ILIAS\UI\Component\Input\ViewControl
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Factory.php:21
components
ILIAS
UI
src
Component
Input
ViewControl
Group.php
Generated on Sat Dec 13 2025 23:02:23 for ILIAS by
1.9.4 (using
Doxyfile
)