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