Term_Saver::__construct( $bc_term,  $taxonomy,  $term_id )

Summary

No summary available.

Source

File: src/BigCommerce/Import/Importers/Terms/Term_Saver.php

	public function __construct( \ArrayAccess $bc_term, $taxonomy, $term_id = 0 ) {
		$this->bc_term  = $bc_term;
		$this->taxonomy = $taxonomy;
		$this->term_id  = $term_id;
	}

User Contributed Notes

You must log in before being able to contribute a note or feedback.