PHP Class Craft\AmForms_EmailFieldType

Inheritance: extends craft\BaseFieldType
Datei anzeigen Open project: am-impact/amforms

Public Methods

Method Description
defineContentAttribute ( ) : mixed
getInputHtml ( string $name, mixed $value ) : string
getName ( ) : string
getSettingsHtml ( ) : string | null

Protected Methods

Method Description
defineSettings ( ) : array

Method Details

defineContentAttribute() public method

public defineContentAttribute ( ) : mixed
return mixed

defineSettings() protected method

protected defineSettings ( ) : array
return array

getInputHtml() public method

public getInputHtml ( string $name, mixed $value ) : string
$name string
$value mixed
return string

getName() public method

public getName ( ) : string
return string

getSettingsHtml() public method

public getSettingsHtml ( ) : string | null
return string | null