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

groupExists() public method

Check whether or not a group exists
public groupExists ( string $groupName ) : boolean
$groupName string Name of the group
return boolean
    function groupExists($groupName);