Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper::enctype PHP 메소드

enctype() 공개 메소드

Example usage templates:
enctype() ?>>
public enctype ( Symfony\Component\Form\FormView $view ) : string
$view Symfony\Component\Form\FormView The view for which to render the encoding type
리턴 string The html markup
    public function enctype(FormView $view)
    {
        return $this->renderSection($view, 'enctype');
    }