Method | Description | |
---|---|---|
getData ( ) | ||
getName ( ) : string | Get the group name | |
getResources ( ) : string[] | Get the group resources | |
setName ( string $name ) : self | Set the group name | |
setResources ( array $resources = [] ) : self | Set the group resources |
public getResources ( ) : string[] | ||
return | string[] |
public setResources ( array $resources = [] ) : self | ||
$resources | array | |
return | self |