PHP 클래스 Papi_Option_Store, papi

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

보호된 프로퍼티들

프로퍼티 타입 설명
$type string The meta type.

공개 메소드들

메소드 설명
__construct ( integer $id ) The constructor.
get_property ( string $slug, string $child_slug = '' ) : null | object Load property from page type.
valid ( ) : boolean Check if it's a valid store.

메소드 상세

__construct() 공개 메소드

The constructor.
public __construct ( integer $id )
$id integer

get_property() 공개 메소드

Load property from page type.
public get_property ( string $slug, string $child_slug = '' ) : null | object
$slug string
$child_slug string
리턴 null | object

valid() 공개 메소드

Check if it's a valid store.
public valid ( ) : boolean
리턴 boolean

프로퍼티 상세

$type 보호되어 있는 프로퍼티

The meta type.
protected string $type
리턴 string