Action_Scheduler\WP_CLI

System_Command::__construct()publicWC 1.0

Construct.

Method of the class: System_Command{}

No Hooks.

Return

null. Nothing (null).

Usage

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

System_Command::__construct() code WC 9.8.1

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