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
ファイル: IOOutput.php プロジェクト: webmozart/console
 /**
  * {@inheritdoc}
  */
 public function isDebug()
 {
     return $this->io->isDebug();
 }