getGroups() public méthode

Get groups granted to the user
public getGroups ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection
Exemple #1
0
 /**
  * Gets the groups granted to the user.
  *
  * @return Collection
  */
 public function getSecurityGroups()
 {
     return parent::getGroups();
 }