ActionScheduler_FatalErrorMonitor::__construct()publicWC 1.0

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

Хуков нет.

Возвращает

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

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

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

Код ActionScheduler_FatalErrorMonitor::__construct() WC 8.7.0

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