Carbon_Fields\Datastore\Post_Meta_Datastore::get_id PHP Method

get_id() public method

Retrieve the post ID of the datastore.
public get_id ( ) : integer
return integer ID of the post.
    public function get_id()
    {
        return $this->post_id;
    }