PHP 클래스 Papi_Option_Type, papi

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

공개 프로퍼티들

프로퍼티 타입 설명
$capability array Capability.
$description string The description of the option type.
$menu string The menu to register the option type on.
$type string The type name.

공개 메소드들

메소드 설명
render ( ) Render option page type.

메소드 상세

render() 공개 메소드

Render option page type.
public render ( )

프로퍼티 상세

$capability 공개적으로 프로퍼티

Capability.
public array $capability
리턴 array

$description 공개적으로 프로퍼티

The description of the option type.
public string $description
리턴 string

$menu 공개적으로 프로퍼티

The menu to register the option type on.
public string $menu
리턴 string

$type 공개적으로 프로퍼티

The type name.
public string $type
리턴 string