PHP 클래스 Craft\FormBuilder2Variable

파일 보기 프로젝트 열기: roundhouse/FormBuilder-2-Craft-CMS

공개 메소드들

메소드 설명
getAllEntriesFromFormID ( $formId ) Get Total Number of Submissions Per Form
getAllForms ( ) Get All Forms
getAllMessages ( )
getBlockTypes ( )
getFields ( )
getFormByHandle ( $formHandle ) Get Form By Handle
getFormById ( $formId ) Get Form By Id
getFormEntryById ( $entryId ) Get Entry By Id
getFormHtmlById ( $formId ) Get Form By Id
getInputHtml ( $field, $value = [] ) Get Input HTML for FieldTypes
getJsonLabels ( ) Custom Field Templates
getLayout ( $key )
getTemplates ( )
includeScripts ( $form ) Load Required Scripts
totalEntries ( ) Get Total Number of Submissions
totalForms ( ) Get Total Number of Forms

비공개 메소드들

메소드 설명
_setTemplate ( $path, $type = 'site' ) Template Setters

메소드 상세

getAllEntriesFromFormID() 공개 메소드

Get Total Number of Submissions Per Form
public getAllEntriesFromFormID ( $formId )

getAllForms() 공개 메소드

Get All Forms
public getAllForms ( )

getAllMessages() 공개 메소드

public getAllMessages ( )

getBlockTypes() 공개 메소드

public getBlockTypes ( )

getFields() 공개 메소드

public getFields ( )

getFormByHandle() 공개 메소드

Get Form By Handle
public getFormByHandle ( $formHandle )

getFormById() 공개 메소드

Get Form By Id
public getFormById ( $formId )

getFormEntryById() 공개 메소드

Get Entry By Id
public getFormEntryById ( $entryId )

getFormHtmlById() 공개 메소드

Get Form By Id
public getFormHtmlById ( $formId )

getInputHtml() 공개 메소드

Get Input HTML for FieldTypes
public getInputHtml ( $field, $value = [] )

getJsonLabels() 공개 메소드

Custom Field Templates
public getJsonLabels ( )

getLayout() 공개 메소드

public getLayout ( $key )

getTemplates() 공개 메소드

public getTemplates ( )

includeScripts() 공개 메소드

Load Required Scripts
public includeScripts ( $form )

totalEntries() 공개 메소드

Get Total Number of Submissions
public totalEntries ( )

totalForms() 공개 메소드

Get Total Number of Forms
public totalForms ( )