PHP 클래스 Papi_Property, papi

상속: extends Papi_Core_Property
파일 보기 프로젝트 열기: wp-papi/papi 1 사용 예제들

공개 메소드들

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

보호된 메소드들

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

메소드 상세

get_value() 공개 메소드

Get value.
public get_value ( ) : mixed
리턴 mixed

html() 공개 메소드

Render property html.
public html ( )

is_option_page() 공개 메소드

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

render() 공개 메소드

Render the property.
public render ( )

render_ajax_request() 공개 메소드

Render AJAX request.
public render_ajax_request ( )

render_description_html() 보호된 메소드

Render the property description.
protected render_description_html ( )

render_hidden_html() 보호된 메소드

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

render_label_html() 보호된 메소드

Render label for the property.
protected render_label_html ( )

render_property_html() 보호된 메소드

Render property html.
protected render_property_html ( )

render_row_html() 보호된 메소드

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

render_rules_json() 보호된 메소드

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