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"))); }
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"]); }
public function __construct() { parent::__construct(); $this->VerifyTheRight(\DroitsHelper::PARAMETRES); }
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); }
public function __construct() { parent::__construct(); $this->VerifyTheRight(\DroitsHelper::RADAR); }