PHP 클래스 Craft\AmForms_FormModel

상속: extends craft\BaseElementModel
파일 보기 프로젝트 열기: am-impact/amforms

보호된 프로퍼티들

프로퍼티 타입 설명
$elementType

공개 메소드들

메소드 설명
__toString ( ) : string Use the form handle as the string representation.
behaviors ( ) : array
displayField ( string $handle ) : string Display a field.
displayForm ( ) : string Display the form.
getCpEditUrl ( ) : string | false Returns the element's CP edit URL.
getFieldLayout ( ) : craft\FieldLayoutModel | null Returns the field layout used by this element.
getFields ( ) : array Return the element's fields.
getNamespace ( ) : string Get a namespace for this form.
getRedirectEntry ( ) : null | craft\EntryModel Return the form's redirect Entry.
getRedirectUrl ( ) : null | string Return the form's redirect URL.
isEditable ( ) : boolean

보호된 메소드들

메소드 설명
defineAttributes ( ) : array

메소드 상세

__toString() 공개 메소드

Use the form handle as the string representation.
public __toString ( ) : string
리턴 string

behaviors() 공개 메소드

public behaviors ( ) : array
리턴 array

defineAttributes() 보호된 메소드

protected defineAttributes ( ) : array
리턴 array

displayField() 공개 메소드

Display a field.
public displayField ( string $handle ) : string
$handle string
리턴 string

displayForm() 공개 메소드

With this we can display the Form FieldType on a front-end template.
public displayForm ( ) : string
리턴 string

getCpEditUrl() 공개 메소드

Returns the element's CP edit URL.
public getCpEditUrl ( ) : string | false
리턴 string | false

getFieldLayout() 공개 메소드

Returns the field layout used by this element.
public getFieldLayout ( ) : craft\FieldLayoutModel | null
리턴 craft\FieldLayoutModel | null

getFields() 공개 메소드

Return the element's fields.
public getFields ( ) : array
리턴 array

getNamespace() 공개 메소드

Get a namespace for this form.
public getNamespace ( ) : string
리턴 string

getRedirectEntry() 공개 메소드

Return the form's redirect Entry.
public getRedirectEntry ( ) : null | craft\EntryModel
리턴 null | craft\EntryModel

getRedirectUrl() 공개 메소드

Return the form's redirect URL.
public getRedirectUrl ( ) : null | string
리턴 null | string

isEditable() 공개 메소드

public isEditable ( ) : boolean
리턴 boolean

프로퍼티 상세

$elementType 보호되어 있는 프로퍼티

protected $elementType