ActionScheduler_FatalErrorMonitor::__construct()publicWC 1.0

Method of the class: ActionScheduler_FatalErrorMonitor{}

No Hooks.

Return

null. Nothing (null).

Usage

$ActionScheduler_FatalErrorMonitor = new ActionScheduler_FatalErrorMonitor();
$ActionScheduler_FatalErrorMonitor->__construct( $store );
$store(ActionScheduler_Store) (required)
-

ActionScheduler_FatalErrorMonitor::__construct() code WC 8.7.0

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