PHP Класс Carbon_Fields\Datastore\Comment_Meta_Datastore

Наследование: extends Datastore
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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