getGroupNames() public method

Gets the name of the groups which includes the user
public getGroupNames ( ) : array
return array
示例#1
0
文件: User.php 项目: harijoe/cheerup
 public function getSecurityGroupNames()
 {
     return parent::getGroupNames();
 }