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);
    }