ActionScheduler_FatalErrorMonitor::__construct
Construct.
Method of the class: ActionScheduler_FatalErrorMonitor{}
No Hooks.
Returns
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 10.5.0
public function __construct( ActionScheduler_Store $store ) {
$this->store = $store;
}