PHP Class Themosis\Field\Fields\ColorField

Inheritance: extends FieldBuilder, implements Themosis\Field\Fields\IField
显示文件 Open project: themosis/framework

Public Methods

Method Description
__construct ( array $properties, Illuminate\View\Factory $view )
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.

Protected Methods

Method Description
fieldType ( ) Override the input type that handles the value.

Method Details

__construct() public method

public __construct ( array $properties, Illuminate\View\Factory $view )
$properties array
$view Illuminate\View\Factory

fieldType() protected method

Override the input type that handles the value.
protected fieldType ( )

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