コード例 #1
0
 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")));
 }
コード例 #2
0
ファイル: index.php プロジェクト: SylvainSimon/Metinify
 public function __construct()
 {
     parent::__construct();
     global $session;
     if ($session->get("estAdmin") !== null) {
         parent::LoadAdminSessionValues();
     }
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::SUPPORT_TICKET);
 }
コード例 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::GERER_MONNAIES);
 }
コード例 #5
0
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::RECHERCHE_BANNISSEMENT);
 }
コード例 #6
0
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::RECHERCHE_JOUEUR);
 }
コード例 #7
0
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::GERER_ITEMSHOP_CATEGORIE);
 }
コード例 #8
0
 public function __construct()
 {
     parent::__construct();
     global $request;
     parent::VerifMonJoueur(\Encryption::decrypt($request->query->get("id")));
 }
コード例 #9
0
 public function __construct()
 {
     parent::__construct();
     global $config;
     parent::moduleIsActivated($config["item_shop"]["rechargement"]["activate"]);
 }
コード例 #10
0
ファイル: Parametres.php プロジェクト: SylvainSimon/Metinify
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::PARAMETRES);
 }
コード例 #11
0
 public function __construct()
 {
     parent::__construct();
     global $config;
     parent::moduleIsActivated($config["marche"]["activate"]);
 }
コード例 #12
0
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::GERER_EQUIPE_JEU);
 }
コード例 #13
0
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::GERER_ITEMSHOP_LOGS_ACHATS);
 }
コード例 #14
0
ファイル: Radar.php プロジェクト: SylvainSimon/Metinify
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::RADAR);
 }