Nette\Forms\Controls\SelectBox::addOptionAttributes PHP Method

addOptionAttributes() public method

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