Automattic\WooCommerce\Internal\Orders

OrderAttributionBlocksController::init()publicWC 1.0

Bind dependencies on init.

Method of the class: OrderAttributionBlocksController{}

No Hooks.

Return

null. Nothing (null).

Usage

$OrderAttributionBlocksController = new OrderAttributionBlocksController();
$OrderAttributionBlocksController->init(;

OrderAttributionBlocksController::init() code WC 9.6.1

final public function init(
	ExtendSchema $extend_schema,
	FeaturesController $features_controller,
	OrderAttributionController $order_attribution_controller
) {
	$this->extend_schema                = $extend_schema;
	$this->features_controller          = $features_controller;
	$this->order_attribution_controller = $order_attribution_controller;
}