Action_Scheduler\WP_CLI
System_Command::__construct
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() System Command:: construct code WC 10.3.6
public function __construct() {
$this->store = \ActionScheduler::store();
}