Imbo\Auth\AccessControl\Adapter\AdapterInterface::getGroup PHP Метод

getGroup() публичный Метод

Fetch a resource group with the given name
public getGroup ( string $groupName ) : array
$groupName string Name of the group
Результат array Array of resources the group consists of
    function getGroup($groupName);