Automattic\WooCommerce\Internal\StockNotifications\AsyncTasks

CycleStateService::__constructpublicWC 1.0

Constructor.

Method of the class: CycleStateService{}

No Hooks.

Returns

null. Nothing (null).

Usage

$CycleStateService = new CycleStateService();
$CycleStateService->__construct();

CycleStateService::__construct() code WC 10.3.6

public function __construct() {
	$this->logger = \wc_get_logger();
}