PHP 클래스 Themosis\Field\Fields\InfiniteField

상속: extends FieldBuilder, implements Themosis\Field\Fields\IField
파일 보기 프로젝트 열기: themosis/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$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