Action_Scheduler\WP_CLI

System_Command::__constructpublicWC 1.0

Construct.

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

Хуков нет.

Возвращает

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

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

$System_Command = new System_Command();
$System_Command->__construct();

Код System_Command::__construct() WC 10.0.2

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