Authority\RuleRepository::offsetSet PHP Method

offsetSet() public method

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