Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     global $request;
     $this->objPlayer = parent::VerifMonJoueur(\Encryption::decrypt($request->query->get("idPlayer")));
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::RADAR);
 }
 public function __construct()
 {
     parent::__construct();
     $this->VerifyTheRight(\DroitsHelper::GERER_MONNAIES);
 }