Imbo\Auth\AccessControl\Adapter\AdapterInterface::getGroup PHP Method

getGroup() public method

Fetch a resource group with the given name
public getGroup ( string $groupName ) : array
$groupName string Name of the group
return array Array of resources the group consists of
    function getGroup($groupName);