Craft\AmForms_FormModel::displayForm PHP 메소드

displayForm() 공개 메소드

With this we can display the Form FieldType on a front-end template.
public displayForm ( ) : string
리턴 string
    public function displayForm()
    {
        return craft()->amForms_forms->displayForm($this);
    }