Authority\RuleRepository::offsetGet PHP Method

offsetGet() public method

Returns the requested Rule
public offsetGet ( $key ) : Rule
return Rule
    public function offsetGet($key)
    {
        return $this->rules[$key];
    }