[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/phpbb/debug/ -> debug.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 80 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

debug:: (1 method):
  enable()


Class: debug  - X-Ref

Registers all the debug tools.

enable($errorReportingLevel = null, $displayErrors = true)   X-Ref
Enables the debug tools.

This method registers an error handler and an exception handler.

If the Symfony ClassLoader component is available, a special
class loader is also registered.

param: int  $errorReportingLevel The level of error reporting you want
param: bool $displayErrors       Whether to display errors (for development) or just log them (for production)



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1