Nette\Forms\Controls\MultiChoiceControl::getHtmlName PHP 메소드

getHtmlName() 공개 메소드

Returns HTML name of control.
public getHtmlName ( ) : string
리턴 string
    public function getHtmlName()
    {
        return parent::getHtmlName() . '[]';
    }