public function __construct()
 {
     global $wgUserProfileNamespaces;
     parent::__construct();
     $this->allowedNamespaces = $wgUserProfileNamespaces;
 }
 public function threadMessageButtons()
 {
     parent::messageButtons();
 }
 public function __construct()
 {
     parent::__construct();
     $this->allowedNamespaces = $this->app->getLocalRegistry()->get('UserProfileNamespaces');
 }