PHP Class Craft\Seomatic_MetaFieldType

Inheritance: extends craft\BaseFieldType
Afficher le fichier Open project: nystudio107/seomatic

Méthodes publiques

Méthode Description
defineContentAttribute ( )
getInputHtml ( $name, $value )
getName ( )
getSettingsHtml ( ) : none Render the field settings
onAfterElementSave ( ) : null
prepValue ( $value )
prepValueFromPost ( [type] $value ) : none [prepValueFromPost description]

Méthodes protégées

Méthode Description
defineSettings ( ) : none Define our settings
getElementSources ( $elementType ) : mixed Returns sources avaible to an element type.

Method Details

defineContentAttribute() public méthode

defineSettings() protected méthode

Define our settings
protected defineSettings ( ) : none
Résultat none

getElementSources() protected méthode

Returns sources avaible to an element type.
protected getElementSources ( $elementType ) : mixed
Résultat mixed

getInputHtml() public méthode

public getInputHtml ( $name, $value )

getName() public méthode

public getName ( )

getSettingsHtml() public méthode

Render the field settings
public getSettingsHtml ( ) : none
Résultat none

onAfterElementSave() public méthode

public onAfterElementSave ( ) : null
Résultat null

prepValue() public méthode

public prepValue ( $value )

prepValueFromPost() public méthode

[prepValueFromPost description]
public prepValueFromPost ( [type] $value ) : none
$value [type]
Résultat none n/a