ActionScheduler_FatalErrorMonitor::__construct()
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() ActionScheduler FatalErrorMonitor:: construct code WC 9.6.1
public function __construct( ActionScheduler_Store $store ) { $this->store = $store; }