PHP 클래스 Carbon_Fields\Datastore\Comment_Meta_Datastore

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

보호된 프로퍼티들

프로퍼티 타입 설명
$comment_id integer ID of the comment.

공개 메소드들

메소드 설명
get_id ( ) : integer Retrieve the comment 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 comment ID of the datastore.

메소드 상세

get_id() 공개 메소드

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

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 comment ID of the datastore.
public set_id ( integer $id )
$id integer ID of the comment.

프로퍼티 상세

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

ID of the comment.
protected int $comment_id
리턴 integer