MyBuilder\Cronos\Formatter\Job::suppressOutput PHP Method

suppressOutput() public method

Suppress the output of this command when executed
See also: Output::suppressOutput
public suppressOutput ( )
    public function suppressOutput()
    {
        $this->output->suppressOutput();
        return $this;
    }