Carbon_Fields\Datastore\Comment_Meta_Datastore::set_id PHP Метод

set_id() публичный Метод

Set the comment ID of the datastore.
public set_id ( integer $id )
$id integer ID of the comment.
    public function set_id($id)
    {
        $this->comment_id = $id;
    }