Product::__construct( $post_id )

Summary

No summary available.

Source

File: src/BigCommerce/Post_Types/Product/Product.php

	public function __construct( $post_id ) {
		$this->post_id = $post_id;
	}


User Contributed Notes

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