Laravel\Envoy\Console\RunCommand::pretending PHP Метод

pretending() защищенный Метод

Determine if the SSH command should be dumped.
protected pretending ( ) : boolean
Результат boolean
    protected function pretending()
    {
        return $this->input->getOption('pretend');
    }