ILIAS  release_8 Revision v8.24
ViewControlInput.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25use ILIAS\UI\Component\Input\ViewControl\ViewControl as LegacyViewControlInput;
26
27
31interface ViewControlInput extends Input, Triggerer, LegacyViewControlInput
32{
33}
This describes the basis of all View Control Inputs.
This describes commonalities between all inputs.
Definition: Input.php:49
This is a legacy support of Component\Input\ViewControl\ViewControl that has been moved to Component\...
Definition: ViewControl.php:32