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