WP_CLI\Dispatcher

CompositeCommand::get_shortdescpublicWP-CLI 1.0

Get the short description for this composite command.

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

Хуков нет.

Возвращает

Строку.

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

$CompositeCommand = new CompositeCommand();
$CompositeCommand->get_shortdesc();

Код CompositeCommand::get_shortdesc() WP-CLI 2.13.0-alpha

public function get_shortdesc() {
	return $this->shortdesc;
}