WP_CLI\Dispatcher
CommandAddition::get_reason
Get the reason as to why the addition was aborted.
Method of the class: CommandAddition{}
No Hooks.
Returns
String.
Usage
$CommandAddition = new CommandAddition(); $CommandAddition->get_reason();
CommandAddition::get_reason() CommandAddition::get reason code WP-CLI 2.13.0-alpha
public function get_reason() {
return $this->reason;
}