ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
ViewControl.php
Go to the documentation of this file.
1 <?php declare(strict_types=1);
2 
3 /* Copyright (c) 2020 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4 
6 
11 
15 interface ViewControl extends Component, Input, Triggerer
16 {
20  public function withOnChange(Signal $signal) : ViewControl;
21 }
This describes the basis of all View Control Inputs.
Definition: ViewControl.php:15
withOnChange(Signal $signal)
Trigger this signal when the control is being operated.