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