ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ 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
29
interface
ViewControlInput
extends
Input
,
Triggerer
30
{
31
}
ILIAS\UI\Component\Input\Container\ViewControl
Definition:
Factory.php:21
Triggerer
ILIAS\UI\Implementation\Component\Triggerer
trait Triggerer
Definition:
Triggerer.php:36
Input
ILIAS\UI\Component\Input\Container\ViewControl\ViewControlInput
This describes the basis of all View Control Inputs.
Definition:
ViewControlInput.php:29
ILIAS\UI\Component\Input\Input
This describes commonalities between all inputs.
Definition:
Input.php:46
src
UI
Component
Input
Container
ViewControl
ViewControlInput.php
Generated on Wed Sep 10 2025 14:12:08 for ILIAS by
1.8.13 (using
Doxyfile
)