Nette\Forms\Controls\SelectBox::addOptionAttributes PHP 메소드

addOptionAttributes() 공개 메소드

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