MediaWiki master
|
Select and input widget. More...
Inherits Widget.
Public Member Functions | |
__construct (array $config=[]) | |
A version of the SelectWithInputWidget, with or set to true. | |
getConfig (&$config) | |
Protected Member Functions | |
getJavaScriptClassName () | |
Protected Attributes | |
array | $config |
DropdownInputWidget | $dropdowninput |
TextInputWidget | $textinput |
Select and input widget.
Definition at line 15 of file SelectWithInputWidget.php.
MediaWiki\Widget\SelectWithInputWidget::__construct | ( | array | $config = [] | ) |
A version of the SelectWithInputWidget, with or
set to true.
array | $config | Configuration options
|
Definition at line 33 of file SelectWithInputWidget.php.
References MediaWiki\Widget\SelectWithInputWidget\$config.
MediaWiki\Widget\SelectWithInputWidget::getConfig | ( | & | $config | ) |
Definition at line 70 of file SelectWithInputWidget.php.
References MediaWiki\Widget\SelectWithInputWidget\$config.
|
protected |
Definition at line 66 of file SelectWithInputWidget.php.
|
protected |
Definition at line 17 of file SelectWithInputWidget.php.
Referenced by MediaWiki\Widget\SelectWithInputWidget\__construct(), and MediaWiki\Widget\SelectWithInputWidget\getConfig().
|
protected |
Definition at line 21 of file SelectWithInputWidget.php.
|
protected |
Definition at line 19 of file SelectWithInputWidget.php.