ILIAS
release_8 Revision v8.24
◀ 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\ViewControlInput
This describes the basis of all View Control Inputs.
Definition:
ViewControlInput.php:32
ILIAS\UI\Component\Input\Input
This describes commonalities between all inputs.
Definition:
Input.php:49
ILIAS\UI\Component\Input\ViewControl\ViewControl
This is a legacy support of Component\Input\ViewControl\ViewControl that has been moved to Component\...
Definition:
ViewControl.php:32
ILIAS\UI\Component\Triggerer
Definition:
Triggerer.php:35
ILIAS\UI\Component\Input\Container\ViewControl
Definition:
Factory.php:21
ILIAS\UI\Implementation\Component\Triggerer
trait Triggerer
Definition:
Triggerer.php:36
src
UI
Component
Input
Container
ViewControl
ViewControlInput.php
Generated on Sun Nov 2 2025 22:02:01 for ILIAS by
1.9.4 (using
Doxyfile
)