Carbon_Fields\Datastore\Term_Meta_Datastore::set_id PHP Method

set_id() public method

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