MyBuilder\Cronos\Formatter\Job::suppressOutput PHP Метод

suppressOutput() публичный Метод

Suppress the output of this command when executed
См. также: Output::suppressOutput
public suppressOutput ( )
    public function suppressOutput()
    {
        $this->output->suppressOutput();
        return $this;
    }