PHP 클래스 RWMB_Text_List_Field

파일 보기 프로젝트 열기: rilwis/meta-box

공개 메소드들

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

메소드 상세

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