Action_Scheduler\WP_CLI

System_Command::__constructpublicWC 1.0

Construct.

Method of the class: System_Command{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

System_Command::__construct() code WC 10.3.6

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