PHP Class RWMB_Textarea_Field

Inheritance: extends RWMB_Field
Mostrar archivo Open project: rilwis/meta-box

Public Methods

Method Description
esc_meta ( mixed $meta ) : mixed Escape meta for field output
get_attributes ( array $field, mixed $value = null ) : array Get the attributes for a field
html ( mixed $meta, array $field ) : string Get field HTML
normalize ( array $field ) : array Normalize parameters for field

Method Details

esc_meta() static public method

Escape meta for field output
static public esc_meta ( mixed $meta ) : mixed
$meta mixed
return mixed

get_attributes() static public method

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

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