WP_CLI\Dispatcher
RootCommand::__construct
Метод класса: RootCommand{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$RootCommand = new RootCommand(); $RootCommand->__construct();
Код RootCommand::__construct() RootCommand:: construct WP-CLI 2.13.0-alpha
public function __construct() {
$this->parent = false;
$this->name = 'wp';
$this->shortdesc = 'Manage WordPress through the command-line.';
}