PHP Class Papi_Property, papi

Inheritance: extends Papi_Core_Property
Exibir arquivo Open project: wp-papi/papi Class Usage Examples

Public Methods

Method Description
get_value ( ) : mixed Get value.
html ( ) Render property html.
is_option_page ( ) : boolean Check if it's a option page or not.
render ( ) Render the property.
render_ajax_request ( ) Render AJAX request.

Protected Methods

Method Description
render_description_html ( ) Render the property description.
render_hidden_html ( ) Output hidden input field that cointains which property is used.
render_label_html ( ) Render label for the property.
render_property_html ( ) Render property html.
render_row_html ( ) Render the final html that is displayed in the table.
render_rules_json ( ) Render Conditional rules as script tag with JSON.

Method Details

get_value() public method

Get value.
public get_value ( ) : mixed
return mixed

html() public method

Render property html.
public html ( )

is_option_page() public method

Check if it's a option page or not.
public is_option_page ( ) : boolean
return boolean

render() public method

Render the property.
public render ( )

render_ajax_request() public method

Render AJAX request.
public render_ajax_request ( )

render_description_html() protected method

Render the property description.
protected render_description_html ( )

render_hidden_html() protected method

Output hidden input field that cointains which property is used.
protected render_hidden_html ( )

render_label_html() protected method

Render label for the property.
protected render_label_html ( )

render_property_html() protected method

Render property html.
protected render_property_html ( )

render_row_html() protected method

Render the final html that is displayed in the table.
protected render_row_html ( )

render_rules_json() protected method

Render Conditional rules as script tag with JSON.
protected render_rules_json ( )