Action_Scheduler\WP_CLI
System_Command::__construct
Construct.
Метод класса: System_Command{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$System_Command = new System_Command(); $System_Command->__construct();
Код System_Command::__construct() System Command:: construct WC 10.9.4
public function __construct() {
$this->store = \ActionScheduler::store();
}