Nette\Forms\Controls\CheckboxList::getLabelPart PHP 메소드

getLabelPart() 공개 메소드

public getLabelPart ( $key = NULL ) : Nette\Utils\Html
리턴 Nette\Utils\Html
    public function getLabelPart($key = NULL)
    {
        return func_num_args() ? parent::getLabel($this->items[$key])->for($this->getHtmlId() . '-' . $key) : $this->getLabel();
    }