Ejemplo n.º 1
0
 public function __construct()
 {
     global $wgUserProfileNamespaces;
     parent::__construct();
     $this->allowedNamespaces = $wgUserProfileNamespaces;
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->allowedNamespaces = $this->app->getLocalRegistry()->get('UserProfileNamespaces');
 }