Sets an option value.
$this
public function setOption(string $name, mixed $value) : static { $this->options[$name] = $value; $this->compiled = null; return $this; }