ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
ViewControlInput.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Input\Container\ViewControl
;
22
23
use
ILIAS\UI\Component\Input\Input
;
24
use
ILIAS\UI\Component\Triggerer
;
25
use
ILIAS\UI\Component\Input\ViewControl\ViewControl
as
LegacyViewControlInput
;
26
27
31
interface
ViewControlInput
extends
Input
,
Triggerer
,
LegacyViewControlInput
32
{
33
}
ILIAS\UI\Component\Input\Container\ViewControl
Definition:
Factory.php:21
Triggerer
ILIAS\UI\Implementation\Component\Triggerer
trait Triggerer
Definition:
Triggerer.php:36
Input
Input
ViewControl
ILIAS\UI\Component\Input\Container\ViewControl\ViewControlInput
This describes the basis of all View Control Inputs.
Definition:
ViewControlInput.php:31
src
UI
Component
Input
Container
ViewControl
ViewControlInput.php
Generated on Wed Sep 3 2025 22:02:57 for ILIAS by
1.8.13 (using
Doxyfile
)