PHP 클래스 RWMB_Fieldset_Text_Field

상속: extends RWMB_Text_Field
파일 보기 프로젝트 열기: rilwis/meta-box

공개 메소드들

메소드 설명
element_description ( array $field ) : string Do not show field description.
format_single_value ( array $field, array $value ) : string Format a single value for the helper functions.
format_value ( array $field, string | array $value ) : string Format value for the helper functions.
html ( mixed $meta, array $field ) : string Get field HTML
normalize ( array $field ) : array Normalize parameters for field

메소드 상세

element_description() 공개 정적인 메소드

Do not show field description.
public static element_description ( array $field ) : string
$field array
리턴 string

format_single_value() 공개 정적인 메소드

Format a single value for the helper functions.
public static format_single_value ( array $field, array $value ) : string
$field array Field parameter
$value array The value
리턴 string

format_value() 공개 정적인 메소드

Format value for the helper functions.
public static format_value ( array $field, string | array $value ) : string
$field array Field parameter
$value string | array The field meta value
리턴 string

html() 정적인 공개 메소드

Get field HTML
static public html ( mixed $meta, array $field ) : string
$meta mixed
$field array
리턴 string

normalize() 정적인 공개 메소드

Normalize parameters for field
static public normalize ( array $field ) : array
$field array
리턴 array