PHP Class Carbon_Fields\Datastore\Comment_Meta_Datastore

Inheritance: extends Datastore
Afficher le fichier Open project: htmlburger/carbon-fields

Protected Properties

Свойство Type Description
$comment_id integer ID of the comment.

Méthodes publiques

Méthode Description
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.

Method Details

get_id() public méthode

Retrieve the comment ID of the datastore.
public get_id ( ) : integer
Résultat integer ID of the comment.

get_meta_type() public méthode

Retrieve the type of meta data.
public get_meta_type ( ) : string
Résultat string

get_table_field_name() public méthode

Retrieve the meta table field name to query by.
public get_table_field_name ( ) : string
Résultat string

get_table_name() public méthode

Retrieve the meta table name to query.
public get_table_name ( ) : string
Résultat string

set_id() public méthode

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

Property Details

$comment_id protected_oe property

ID of the comment.
protected int $comment_id
Résultat integer