|
MediaWiki
master
|
Complex title input widget. More...


Public Member Functions | |
| __construct (array $config=[]) | |
| Like TitleInputWidget, but the namespace has to be input through a separate dropdown field. More... | |
| getConfig (&$config) | |
Protected Member Functions | |
| getJavaScriptClassName () | |
Protected Attributes | |
| $namespace = null | |
| $title = null | |
Complex title input widget.
Definition at line 13 of file ComplexTitleInputWidget.php.
| MediaWiki\Widget\ComplexTitleInputWidget::__construct | ( | array | $config = [] | ) |
Like TitleInputWidget, but the namespace has to be input through a separate dropdown field.
| array | $config | Configuration options |
| array | $config,['namespace'] | Configuration for the NamespaceInputWidget dropdown with list of namespaces |
| array | $config,['title'] | Configuration for the TitleInputWidget text field |
Definition at line 26 of file ComplexTitleInputWidget.php.
References MediaWiki\$config, and title.
| MediaWiki\Widget\ComplexTitleInputWidget::getConfig | ( | & | $config | ) |
Definition at line 62 of file ComplexTitleInputWidget.php.
References MediaWiki\$config.
|
protected |
Definition at line 58 of file ComplexTitleInputWidget.php.
|
protected |
Definition at line 15 of file ComplexTitleInputWidget.php.
|
protected |
Definition at line 16 of file ComplexTitleInputWidget.php.