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