Ouzo\Helper\ModelFormBuilder::start PHP Method

start() public method

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