PHP Interface Themosis\Field\Fields\IField

显示文件 Open project: themosis/framework Interface Usage Examples

Public Methods

Method 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 method

Handle the HTML code for metabox output.
public metabox ( ) : string
return string

page() public method

Handle the HTML code for page/settings output.
public page ( ) : string
return string

taxonomy() public method

Handle the HTML code for taxonomy output.
public taxonomy ( ) : string
return string

user() public method

Handle the HTML code for user output.
public user ( ) : string
return string