ActionScheduler_wcSystemStatus::__construct()publicWC 1.0

Constructor method for ActionScheduler_wcSystemStatus.

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

Хуков нет.

Возвращает

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

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

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

Код ActionScheduler_wcSystemStatus::__construct() WC 8.7.0

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