Пример #1
0
 /**
  * Returns the current app debug mode.
  *
  * @return boolean The current debug mode
  */
 public function getDebug()
 {
     return (bool) $this->serviceManager->getOption('app.debug');
 }