public function __construct()
 {
     parent::__construct();
     global $config;
     parent::moduleIsActivated($config["mod_player"]["delete"]["activate"]);
     global $request;
     $this->objPlayer = parent::VerifMonJoueur(\Encryption::decrypt($request->query->get("idPlayer")));
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct();
     global $session;
     if ($session->get("estAdmin") !== null) {
         parent::LoadAdminSessionValues();
     }
 }
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::SUPPORT_TICKET);
 }
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::GERER_MONNAIES);
 }
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::RECHERCHE_BANNISSEMENT);
 }
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::RECHERCHE_JOUEUR);
 }
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::GERER_ITEMSHOP_CATEGORIE);
 }
 public function __construct()
 {
     parent::__construct();
     global $request;
     parent::VerifMonJoueur(\Encryption::decrypt($request->query->get("id")));
 }
 public function __construct()
 {
     parent::__construct();
     global $config;
     parent::moduleIsActivated($config["item_shop"]["rechargement"]["activate"]);
 }
Beispiel #10
0
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::PARAMETRES);
 }
Beispiel #11
0
 public function __construct()
 {
     parent::__construct();
     global $config;
     parent::moduleIsActivated($config["marche"]["activate"]);
 }
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::GERER_EQUIPE_JEU);
 }
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::GERER_ITEMSHOP_LOGS_ACHATS);
 }
Beispiel #14
0
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::RADAR);
 }