WP_CLI\Dispatcher

CompositeCommand::get_shortdesc()publicWP-CLI 1.0

Get the short description for this composite command.

Method of the class: CompositeCommand{}

No Hooks.

Return

String.

Usage

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

CompositeCommand::get_shortdesc() code WP-CLI 2.8.0-alpha

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