Carbon_Fields\Datastore\Post_Meta_Datastore::set_id PHP Method

set_id() public method

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