ActionScheduler_wcSystemStatus::__construct()publicWC 1.0

Constructor method for ActionScheduler_wcSystemStatus.

Method of the class: ActionScheduler_wcSystemStatus{}

No Hooks.

Return

null. Nothing (null).

Usage

$ActionScheduler_wcSystemStatus = new ActionScheduler_wcSystemStatus();
$ActionScheduler_wcSystemStatus->__construct( $store );
$store(ActionScheduler_Store) (required)
Active store object.

ActionScheduler_wcSystemStatus::__construct() code WC 8.7.0

public function __construct( $store ) {
	$this->store = $store;
}