Authority\RuleRepository::offsetUnset PHP 메소드

offsetUnset() 공개 메소드

Unsets the rule at the given key
public offsetUnset ( $key ) : void
리턴 void
    public function offsetUnset($key)
    {
        unset($this->rules[$key]);
    }