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 9.5.1
public function __construct( $store ) { $this->store = $store; }