isVeryVerbose() 공개 메소드

Returns whether the verbosity is {@link VERY_VERBOSE} or greater.
public isVeryVerbose ( ) : boolean
리턴 boolean Returns `true` if the verbosity is {@link VERY_VERBOSE} or greater and `false` otherwise.
예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function isVeryVerbose()
 {
     return $this->io->isVeryVerbose();
 }