PHP Класс Carbon_Fields\Datastore\Post_Meta_Datastore

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

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

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