ActionScheduler_wcSystemStatus::__construct
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() ActionScheduler wcSystemStatus:: construct WC 10.3.4
public function __construct( $store ) {
$this->store = $store;
}