/** * @param array $attributes * @return void */ public function setFormElementAttributes(array $attributes) { $this->formField->attr($attributes); }