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

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

Determine if the rule exists by key
public offsetExists ( $key ) : boolean
Результат boolean
    public function offsetExists($key)
    {
        return array_key_exists($key, $this->rules);
    }