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

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

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

Метод Описание
__construct ( array $properties, Illuminate\View\Factory $view ) Build an EditorField instance.
metabox ( ) : string Method that handle the field HTML code for metabox output.
page ( ) : string Handle the field HTML code for the Settings API output.
taxonomy ( ) : string Handle the HTML code for taxonomy output.
user ( ) : string Handle the HTML code for user output.

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

Метод Описание
fieldType ( ) Define input where the value is saved.
setSettings ( ) Set default settings for the WordPress editor.

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

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

Build an EditorField instance.
public __construct ( array $properties, Illuminate\View\Factory $view )
$properties array
$view Illuminate\View\Factory

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

Define input where the value is saved.
protected fieldType ( )

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

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

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

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

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

Set default settings for the WordPress editor.
protected setSettings ( )

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

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

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

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