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
파일: User.php 프로젝트: harijoe/cheerup
 public function hasSecurityGroup($name)
 {
     return parent::hasGroup($name);
 }