PHP Класс Themosis\Field\Fields\ColorField

Наследование: extends FieldBuilder, implements Themosis\Field\Fields\IField
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.

Защищенные методы

Метод Описание
fieldType ( ) Override the input type that handles the value.

Описание методов

__construct() публичный Метод

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

fieldType() защищенный Метод

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

metabox() публичный Метод

Handle the HTML code for metabox output.
public metabox ( ) : string
Результат string

page() публичный Метод

Handle the HTML code for page/settings output.
public page ( ) : string
Результат string

taxonomy() публичный Метод

Handle the HTML code for taxonomy output.
public taxonomy ( ) : string
Результат string

user() публичный Метод

Handle the HTML code for user output.
public user ( ) : string
Результат string