PHP Class Craft\AmForms_FormModel

Inheritance: extends craft\BaseElementModel
Afficher le fichier Open project: am-impact/amforms

Protected Properties

Свойство Type Description
$elementType

Méthodes publiques

Méthode Description
__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

Méthodes protégées

Méthode Description
defineAttributes ( ) : array

Method Details

__toString() public méthode

Use the form handle as the string representation.
public __toString ( ) : string
Résultat string

behaviors() public méthode

public behaviors ( ) : array
Résultat array

defineAttributes() protected méthode

protected defineAttributes ( ) : array
Résultat array

displayField() public méthode

Display a field.
public displayField ( string $handle ) : string
$handle string
Résultat string

displayForm() public méthode

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

getCpEditUrl() public méthode

Returns the element's CP edit URL.
public getCpEditUrl ( ) : string | false
Résultat string | false

getFieldLayout() public méthode

Returns the field layout used by this element.
public getFieldLayout ( ) : craft\FieldLayoutModel | null
Résultat craft\FieldLayoutModel | null

getFields() public méthode

Return the element's fields.
public getFields ( ) : array
Résultat array

getNamespace() public méthode

Get a namespace for this form.
public getNamespace ( ) : string
Résultat string

getRedirectEntry() public méthode

Return the form's redirect Entry.
public getRedirectEntry ( ) : null | craft\EntryModel
Résultat null | craft\EntryModel

getRedirectUrl() public méthode

Return the form's redirect URL.
public getRedirectUrl ( ) : null | string
Résultat null | string

isEditable() public méthode

public isEditable ( ) : boolean
Résultat boolean

Property Details

$elementType protected_oe property

protected $elementType