WP_CLI\Dispatcher

RootCommand::__construct()publicWP-CLI 1.0

Метод класса: RootCommand{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код RootCommand::__construct() WP-CLI 2.8.0-alpha

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

	$this->name = 'wp';

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