ActionScheduler_FatalErrorMonitor::__construct
Construct.
Метод класса: ActionScheduler_FatalErrorMonitor{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$ActionScheduler_FatalErrorMonitor = new ActionScheduler_FatalErrorMonitor(); $ActionScheduler_FatalErrorMonitor->__construct( $store );
- $store(ActionScheduler_Store) (обязательный)
- Action store.
Код ActionScheduler_FatalErrorMonitor::__construct() ActionScheduler FatalErrorMonitor:: construct WC 10.3.4
public function __construct( ActionScheduler_Store $store ) {
$this->store = $store;
}