getGroupNames() public method

Gets the name of the groups which includes the user
public getGroupNames ( ) : array
return array
Example #1
0
 public function getSecurityGroupNames()
 {
     return parent::getGroupNames();
 }