WP_CLI\Dispatcher
RootCommand::__construct()
Method of the class: RootCommand{}
No Hooks.
Return
null
. Nothing (null).
Usage
$RootCommand = new RootCommand(); $RootCommand->__construct();
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.'; }