public function addOptionAttributes(array $attributes) { $this->optionAttributes = $attributes + $this->optionAttributes; return $this; }