ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Dropdown.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 2017 Alexander Killing <killing@leifos.de> Extended GPL, see docs/LICENSE */
4 
6 
11 
16 {
17 
23  public function getItems();
24 
30  public function getLabel();
31 
38  public function withLabel($label);
39 }
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
This describes commonalities between all types of Dropdowns.
Definition: Dropdown.php:15
getLabel()
Get the label of the Dropdown.
withLabel($label)
Get a Dropdown like this, but with an additional/replaced label.
getItems()
Get the items of the Dropdown.