hasGroup() public méthode

Indicates whether the user belongs to the specified group or not
public hasGroup ( string $name ) : boolean
$name string Name of the group
Résultat boolean
Exemple #1
0
 public function hasSecurityGroup($name)
 {
     return parent::hasGroup($name);
 }