PHP 클래스 RWMB_Color_Field

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

공개 메소드들

메소드 설명
admin_enqueue_scripts ( ) Enqueue scripts and styles
format_single_value ( array $field, string $value ) : string Format a single value for the helper functions.
get_attributes ( array $field, mixed $value = null ) : array Get the attributes for a field
normalize ( array $field ) : array Normalize parameters for field.

메소드 상세

admin_enqueue_scripts() 정적인 공개 메소드

Enqueue scripts and styles
static public admin_enqueue_scripts ( )

format_single_value() 정적인 공개 메소드

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

get_attributes() 정적인 공개 메소드

Get the attributes for a field
static public get_attributes ( array $field, mixed $value = null ) : array
$field array
$value mixed
리턴 array

normalize() 정적인 공개 메소드

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