Nvd\Crud\Form::showInput PHP 메소드

showInput() 보호된 메소드

protected showInput ( )
    protected function showInput()
    {
        $output = Html::startTag("input", $this->attributes, true);
        return $output;
    }