Authority\RuleRepository::offsetSet PHP Méthode

offsetSet() public méthode

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