PHP 클래스 Carbon_Fields\Datastore\Post_Meta_Datastore

상속: extends Meta_Datastore
파일 보기 프로젝트 열기: htmlburger/carbon-fields

보호된 프로퍼티들

프로퍼티 타입 설명
$post_id integer ID of the post.

공개 메소드들

메소드 설명
get_id ( ) : integer Retrieve the post ID of the datastore.
get_meta_type ( ) : string Retrieve the type of meta data.
get_table_field_name ( ) : string Retrieve the meta table field name to query by.
get_table_name ( ) : string Retrieve the meta table name to query.
set_id ( integer $id ) Set the post ID of the datastore.

메소드 상세

get_id() 공개 메소드

Retrieve the post ID of the datastore.
public get_id ( ) : integer
리턴 integer ID of the post.

get_meta_type() 공개 메소드

Retrieve the type of meta data.
public get_meta_type ( ) : string
리턴 string

get_table_field_name() 공개 메소드

Retrieve the meta table field name to query by.
public get_table_field_name ( ) : string
리턴 string

get_table_name() 공개 메소드

Retrieve the meta table name to query.
public get_table_name ( ) : string
리턴 string

set_id() 공개 메소드

Set the post ID of the datastore.
public set_id ( integer $id )
$id integer ID of the post.

프로퍼티 상세

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

ID of the post.
protected int $post_id
리턴 integer