isQuiet() public method

Returns whether all output is suppressed.
public isQuiet ( ) : boolean
return boolean Returns `true` if all output is suppressed and `false` otherwise.
Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function isQuiet()
 {
     return $this->io->isQuiet();
 }