ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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
components
ILIAS
UI
src
Component
Input
Container
ViewControl
ViewControlInput.php
Generated on Mon Sep 1 2025 23:04:17 for ILIAS by
1.8.13 (using
Doxyfile
)