Action_Scheduler\WP_CLI

System_Command::runnerpublicWC 1.0

Print in-use runner class.

Method of the class: System_Command{}

No Hooks.

Returns

null. Nothing (null).

Usage

$System_Command = new System_Command();
$System_Command->runner( $args, $assoc_args );
$args(array) (required)
Positional args.
$assoc_args(array) (required)
Keyed args.

System_Command::runner() code WC 10.6.2

public function runner( array $args, array $assoc_args ) {
	echo $this->get_current_runner();
}