[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/EventListener/ -> DebugHandlersListener.php (summary)

(no description)

File Size: 148 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

DebugHandlersListener:: (3 methods):
  __construct()
  configure()
  getSubscribedEvents()


Class: DebugHandlersListener  - X-Ref

Configures errors and exceptions handlers.

__construct($exceptionHandler, LoggerInterface $logger = null, $levels = null, $throwAt = -1, $scream = true, $fileLinkFormat = null)   X-Ref

param: callable|null        $exceptionHandler A handler that will be called on Exception
param: LoggerInterface|null $logger           A PSR-3 logger
param: array|int            $levels           An array map of E_* to LogLevel::* or an integer bit field of E_* constants
param: int|null             $throwAt          Thrown errors in a bit field of E_* constants, or null to keep the current value
param: bool                 $scream           Enables/disables screaming mode, where even silenced errors are logged
param: string               $fileLinkFormat   The format for links to source files

configure(Event $event = null)   X-Ref
Configures the error handler.


getSubscribedEvents()   X-Ref
No description



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1