Automattic\WooCommerce\StoreApi\Schemas\V1
ProductSchema::__construct()
Constructor.
Method of the class: ProductSchema{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ProductSchema = new ProductSchema(); $ProductSchema->__construct( $extend, $controller );
- $extend(ExtendSchema) (required)
- Rest Extending instance.
- $controller(SchemaController) (required)
- Schema Controller instance.
ProductSchema::__construct() ProductSchema:: construct code WC 9.8.2
public function __construct( ExtendSchema $extend, SchemaController $controller ) { parent::__construct( $extend, $controller ); $this->image_attachment_schema = $this->controller->get( ImageAttachmentSchema::IDENTIFIER ); }