Öffentliche Methoden | |
| getChild ($type, $id) | |
| addError ($severity, $message) | |
Datenfelder | |
| const | TOKEN = 0 |
| const | ATTR = 1 |
| const | CSSPROP = 2 |
| $type | |
| $value | |
| $errors = array() | |
| $children = array() | |
Definiert in Zeile 9 der Datei ErrorStruct.php.
| addError | ( | $ | severity, | |
| $ | message | |||
| ) |
Definiert in Zeile 54 der Datei ErrorStruct.php.
| getChild | ( | $ | type, | |
| $ | id | |||
| ) |
Definiert in Zeile 46 der Datei ErrorStruct.php.
| $children = array() |
Child ErrorStructs that are from this structure. For example, a TOKEN ErrorStruct would contain ATTR ErrorStructs. This is a multi-dimensional array in structure: [TYPE]['identifier']
Definiert in Zeile 44 der Datei ErrorStruct.php.
| $errors = array() |
Errors registered for this structure.
Definiert in Zeile 37 der Datei ErrorStruct.php.
| $type |
Type of this struct.
Definiert in Zeile 23 der Datei ErrorStruct.php.
| $value |
Value of the struct we are recording errors for. There are various values for this:
Definiert in Zeile 32 der Datei ErrorStruct.php.
| const ATTR = 1 |
Definiert in Zeile 17 der Datei ErrorStruct.php.
| const CSSPROP = 2 |
Definiert in Zeile 18 der Datei ErrorStruct.php.
| const TOKEN = 0 |
Possible values for $children first-key. Note that top-level structures are automatically token-level.
Definiert in Zeile 16 der Datei ErrorStruct.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) |
|