Overrides AttributeBagInterface::set
public function set(string $name, mixed $value) : void { $this->attributes[$name] = $value; }