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