ILIAS  release_7 Revision v7.30-3-g800a261c036
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
16{
20 public function withOnChange(Signal $signal) : ViewControl;
21}
An exception for terminatinating execution or to throw for unit testing.
A component is the most general form of an entity in the UI.
Definition: Component.php:14
This describes commonalities between all inputs.
Definition: Input.php:32
This describes the basis of all View Control Inputs.
Definition: ViewControl.php:16
withOnChange(Signal $signal)
Trigger this signal when the control is being operated.