WP_CLI\Dispatcher
CompositeCommand::get_name
Get the name of this composite command.
Method of the class: CompositeCommand{}
No Hooks.
Returns
String.
Usage
$CompositeCommand = new CompositeCommand(); $CompositeCommand->get_name();
CompositeCommand::get_name() CompositeCommand::get name code WP-CLI 2.13.0-alpha
public function get_name() {
return $this->name;
}