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

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

Защищенные свойства (Protected)

Свойство Тип Описание
$rows integer Number of registered rows.

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

Метод Описание
__construct ( array $properties, Illuminate\View\Factory $view ) Build an InfiniteField instance.
getRows ( ) : integer Return the numbers of rows to display.
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 the input type that handle the data.
setRows ( ) : integer Set the number of rows to display.

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

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

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

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

Define the input type that handle the data.
protected fieldType ( )

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

Return the numbers of rows to display.
public getRows ( ) : integer
Результат integer

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

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

Set the number of rows to display.
protected setRows ( ) : integer
Результат integer

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

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

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

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

Описание свойств

$rows защищенное свойство

Number of registered rows.
protected int $rows
Результат integer