WP_CLI\Dispatcher

RootCommand::__construct()publicWP-CLI 1.0

Method of the class: RootCommand{}

No Hooks.

Return

null. Nothing (null).

Usage

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

RootCommand::__construct() code WP-CLI 2.8.0-alpha

public function __construct() {
	$this->parent = false;

	$this->name = 'wp';

	$this->shortdesc = 'Manage WordPress through the command-line.';
}