Ouzo\Helper\ModelFormBuilder::start PHP Méthode

start() public méthode

public start ( $url, $method = 'post', $attributes = [] )
    public function start($url, $method = 'post', $attributes = array())
    {
        return formTag($url, $method, $attributes) . hiddenTag('csrftoken', CsrfProtector::getCsrfToken());
    }