isVeryVerbose() public method

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