ActionScheduler_FatalErrorMonitor::__constructpublicWC 1.0

Construct.

Метод класса: ActionScheduler_FatalErrorMonitor{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ActionScheduler_FatalErrorMonitor = new ActionScheduler_FatalErrorMonitor();
$ActionScheduler_FatalErrorMonitor->__construct( $store );
$store(ActionScheduler_Store) (обязательный)
Action store.

Код ActionScheduler_FatalErrorMonitor::__construct() WC 10.3.4

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