/** * Sets whether all output should be suppressed. * * @param bool $quiet Pass `true` to suppress all output and `false` * otherwise. */ public function setQuiet($quiet) { $this->output->setQuiet($quiet); $this->errorOutput->setQuiet($quiet); }