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")));
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     global $request;
     parent::VerifMonJoueur(\Encryption::decrypt($request->query->get("id")));
 }