isDebug() публичный Метод

Returns whether the verbosity is {@link DEBUG}.
public isDebug ( ) : boolean
Результат boolean Returns `true` if the verbosity is {@link DEBUG} and `false` otherwise.
Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function isDebug()
 {
     return $this->io->isDebug();
 }