Automattic\WooCommerce\Internal\StockNotifications\AsyncTasks
CycleStateService::__construct
Constructor.
Method of the class: CycleStateService{}
No Hooks.
Returns
null. Nothing (null).
Usage
$CycleStateService = new CycleStateService(); $CycleStateService->__construct();
CycleStateService::__construct() CycleStateService:: construct code WC 10.3.6
public function __construct() {
$this->logger = \wc_get_logger();
}