Exemple #1
0
 public function __construct()
 {
     parent::__construct();
     if (in_array('ROLE_API', $this->getRoles())) {
         $this->setApiKey(ApiKeyGenerator::generate());
     }
 }
 public function __construct()
 {
     parent::__construct();
     $this->setApiKey(ApiKeyGenerator::generate());
 }