$this
public function addOptions(array $options) : static { foreach ($options as $name => $option) { $this->options[$name] = $option; } $this->compiled = null; return $this; }