38 parent::__construct( $config );
41 $this->includeAllValue = $config[
'includeAllValue'] ??
null;
42 $this->userLang = $config[
'userLang'] ??
false;
43 $this->exclude = $config[
'exclude'] ?? [];
44 $this->include = $config[
'include'] ??
null;
47 $this->addClasses( [
'mw-widget-namespaceInputWidget' ] );