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.
示例#1
0
 /**
  * {@inheritdoc}
  */
 public function isDebug()
 {
     return $this->io->isDebug();
 }