Öffentliche Methoden | |
| __construct ($context) | |
| send ($severity, $msg) | |
| getRaw () | |
| getHTMLFormatted ($config, $errors=null) | |
Datenfelder | |
| const | LINENO = 0 |
| const | SEVERITY = 1 |
| const | MESSAGE = 2 |
| const | CHILDREN = 3 |
Geschützte Attribute | |
| $errors | |
| $_current | |
| $_stacks = array(array()) | |
| $locale | |
| $generator | |
| $context | |
| $lines = array() | |
Definiert in Zeile 7 der Datei ErrorCollector.php.
| __construct | ( | $ | context | ) |
Definiert in Zeile 28 der Datei ErrorCollector.php.
| getHTMLFormatted | ( | $ | config, | |
| $ | errors = null | |||
| ) |
Default HTML formatting implementation for error messages
| $config | Configuration array, vital for HTML output nature | |
| $errors | Errors array to display; used for recursion. |
Definiert in Zeile 144 der Datei ErrorCollector.php.
| getRaw | ( | ) |
Retrieves raw error data for custom formatter to use
| List | of arrays in format of array(line of error, error severity, error message, recursive sub-errors array) |
Definiert in Zeile 135 der Datei ErrorCollector.php.
| send | ( | $ | severity, | |
| $ | msg | |||
| ) |
Sends an error message to the collector for later use
| $severity | int Error severity, PHP error style (don't use E_USER_) | |
| $msg | string Error message text | |
| $subst1 | string First substitution for $msg | |
| $subst2 | string ... |
Definiert in Zeile 42 der Datei ErrorCollector.php.
$_current [protected] |
Definiert in Zeile 20 der Datei ErrorCollector.php.
$_stacks = array(array()) [protected] |
Definiert in Zeile 21 der Datei ErrorCollector.php.
$context [protected] |
Definiert in Zeile 24 der Datei ErrorCollector.php.
$errors [protected] |
Definiert in Zeile 19 der Datei ErrorCollector.php.
$generator [protected] |
Definiert in Zeile 23 der Datei ErrorCollector.php.
$lines = array() [protected] |
Definiert in Zeile 26 der Datei ErrorCollector.php.
$locale [protected] |
Definiert in Zeile 22 der Datei ErrorCollector.php.
| const CHILDREN = 3 |
Definiert in Zeile 17 der Datei ErrorCollector.php.
| const LINENO = 0 |
Identifiers for the returned error array. These are purposely numeric so list() can be used.
Definiert in Zeile 14 der Datei ErrorCollector.php.
| const MESSAGE = 2 |
Definiert in Zeile 16 der Datei ErrorCollector.php.
| const SEVERITY = 1 |
Definiert in Zeile 15 der Datei ErrorCollector.php.
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|