ActionScheduler_wcSystemStatus::__constructpublicWC 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 10.3.4

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