Nextras\Forms\Rendering\Bs3FormRenderer::renderLabel PHP 메소드

renderLabel() 공개 메소드

public renderLabel ( Nette\Forms\IControl $control )
$control Nette\Forms\IControl
    public function renderLabel(Nette\Forms\IControl $control)
    {
        $this->controlsInit();
        return parent::renderLabel($control);
    }