getGroups() публичный Метод

Get groups granted to the user
public getGroups ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection
Пример #1
0
 /**
  * Gets the groups granted to the user.
  *
  * @return Collection
  */
 public function getSecurityGroups()
 {
     return parent::getGroups();
 }