hasGroup() public method

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