PHP Interface Themosis\Field\Fields\IField

Afficher le fichier Open project: themosis/framework Interface Usage Examples

Méthodes publiques

Méthode Description
metabox ( ) : string Handle the HTML code for metabox output.
page ( ) : string Handle the HTML code for page/settings output.
taxonomy ( ) : string Handle the HTML code for taxonomy output.
user ( ) : string Handle the HTML code for user output.

Method Details

metabox() public méthode

Handle the HTML code for metabox output.
public metabox ( ) : string
Résultat string

page() public méthode

Handle the HTML code for page/settings output.
public page ( ) : string
Résultat string

taxonomy() public méthode

Handle the HTML code for taxonomy output.
public taxonomy ( ) : string
Résultat string

user() public méthode

Handle the HTML code for user output.
public user ( ) : string
Résultat string