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

isOk() 공개 메소드

public isOk ( ) : boolean
리턴 boolean
    public function isOk()
    {
        return $this->isDisabled() || $this->prompt !== FALSE || $this->getValue() !== NULL || !$this->options || $this->control->size > 1;
    }