PHP Class RWMB_Image_Select_Field

Inheritance: extends RWMB_Field
Show file Open project: rilwis/meta-box

Public Methods

Method Description
admin_enqueue_scripts ( ) Enqueue scripts and styles
format_single_value ( array $field, string $value ) : string Format a single value for the helper functions.
html ( mixed $meta, array $field ) : string Get field HTML
normalize ( array $field ) : array Normalize parameters for field

Method Details

admin_enqueue_scripts() static public method

Enqueue scripts and styles
static public admin_enqueue_scripts ( )

format_single_value() static public method

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
return string

html() static public method

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

normalize() static public method

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