ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
Toggle.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 2018 Thomas Famula <famula@leifos.de> Extended GPL, see docs/LICENSE */
4 
6 
8 
12 interface Toggle extends Button, Engageable
13 {
19  public function getActionOn();
20 
26  public function getActionOff();
27 
32  public function withAdditionalToggleOnSignal(Signal $signal) : Toggle;
33 
38  public function withAdditionalToggleOffSignal(Signal $signal) : Toggle;
39 }
withAdditionalToggleOnSignal(Signal $signal)
getActionOn()
Get the action of the Toggle Button when it is set from off to on.
This describes a toggle button.
Definition: Toggle.php:12
withAdditionalToggleOffSignal(Signal $signal)
getActionOff()
Get the action of the Toggle Button when it is set from on to off.