ActionScheduler_FatalErrorMonitor::__construct()publicWC 1.0

Construct.

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)
Action store.

ActionScheduler_FatalErrorMonitor::__construct() code WC 9.6.1

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