Cake\Console\Shell::__debugInfo PHP Method

__debugInfo() public method

Returns an array that can be used to describe the internal state of this object.
public __debugInfo ( ) : array
return array
    public function __debugInfo()
    {
        return ['name' => $this->name, 'plugin' => $this->plugin, 'command' => $this->command, 'tasks' => $this->tasks, 'params' => $this->params, 'args' => $this->args, 'interactive' => $this->interactive];
    }