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

Indicates whether the user belongs to the specified group or not
public hasGroup ( string $name ) : boolean
$name string Name of the group
Результат boolean
Пример #1
0
 public function hasSecurityGroup($name)
 {
     return parent::hasGroup($name);
 }