Authority\RuleRepository::offsetExists PHP Method

offsetExists() public method

Determine if the rule exists by key
public offsetExists ( $key ) : boolean
return boolean
    public function offsetExists($key)
    {
        return array_key_exists($key, $this->rules);
    }