Authority\RuleRepository::offsetSet PHP 메소드

offsetSet() 공개 메소드

Sets the rule at the given key
public offsetSet ( $key, $value ) : void
리턴 void
    public function offsetSet($key, $value)
    {
        $this->rules[$key] = $value;
    }