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

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

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

Метод Описание
__construct ( array $properties, Illuminate\View\Factory $view ) Define a core TextField.
metabox ( ) : string 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 ( ) Method to override to define the input type that handles the value.

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

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

Define a core TextField.
public __construct ( array $properties, Illuminate\View\Factory $view )
$properties array The text field properties.
$view Illuminate\View\Factory

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

Method to override to define the input type that handles the value.
protected fieldType ( )

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

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

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

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

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

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