PHP 클래스 Themosis\Field\Fields\NumberField

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

공개 메소드들

메소드 설명
__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