Authority\RuleRepository::offsetGet PHP Метод

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

Returns the requested Rule
public offsetGet ( $key ) : Rule
Результат Rule
    public function offsetGet($key)
    {
        return $this->rules[$key];
    }