isDebug() public method

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