34 parent::__construct( $config );
37 if ( isset( $config[
'showMissing'] ) ) {
38 $this->showMissing = $config[
'showMissing'];
40 if ( isset( $config[
'excludeDynamicNamespaces'] ) ) {
41 $this->excludeDynamicNamespaces = $config[
'excludeDynamicNamespaces'];
43 if ( isset( $config[
'namespace'] ) ) {
44 $this->
namespace = $config['namespace'];
46 if ( isset( $config[
'relative'] ) ) {
47 $this->relative = $config[
'relative'];
49 if ( isset( $config[
'allowEditTags'] ) ) {
50 $this->allowEditTags = $config[
'allowEditTags'];
53 $this->addClasses( [
'mw-widgets-titlesMultiselectWidget' ] );