PHP 클래스 Papi_Property_Radio, papi

상속: extends Papi_Property
파일 보기 프로젝트 열기: wp-papi/papi

공개 메소드들

메소드 설명
format_value ( mixed $value, string $slug, integer $post_id ) : mixed Format the value of the property before it's returned to WordPress admin or the site.
get_default_settings ( ) : array Get default settings.
html ( ) Render property html.

메소드 상세

format_value() 공개 메소드

Format the value of the property before it's returned to WordPress admin or the site.
public format_value ( mixed $value, string $slug, integer $post_id ) : mixed
$value mixed
$slug string
$post_id integer
리턴 mixed

get_default_settings() 공개 메소드

Get default settings.
public get_default_settings ( ) : array
리턴 array

html() 공개 메소드

Render property html.
public html ( )