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

getGroup() public method

public getGroup ( $groupName )
    public function getGroup($groupName)
    {
        return isset($this->groups[$groupName]) ? $this->groups[$groupName] : false;
    }