WP_CLI\Dispatcher
RootCommand::__construct
Method of the class: RootCommand{}
No Hooks.
Returns
null. Nothing (null).
Usage
$RootCommand = new RootCommand(); $RootCommand->__construct();
RootCommand::__construct() RootCommand:: construct code WP-CLI 2.13.0-alpha
public function __construct() {
$this->parent = false;
$this->name = 'wp';
$this->shortdesc = 'Manage WordPress through the command-line.';
}