isQuiet() 공개 메소드

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