Öffentliche Methoden | |
| __construct () | |
| get ($type) | |
| set ($type, $impl) | |
Geschützte Attribute | |
| $info = array() | |
Definiert in Zeile 6 der Datei AttrTypes.php.
| __construct | ( | ) |
Constructs the info array, supplying default implementations for attribute types.
Definiert in Zeile 17 der Datei AttrTypes.php.
| get | ( | $ | type | ) |
Retrieves a type
| $type | String type name |
Definiert in Zeile 52 der Datei AttrTypes.php.
| set | ( | $ | type, | |
| $ | impl | |||
| ) |
Sets a new implementation for a type
| $type | String type name | |
| $impl | Object AttrDef for type |
Definiert in Zeile 72 der Datei AttrTypes.php.
$info = array() [protected] |
Lookup array of attribute string identifiers to concrete implementations
Definiert in Zeile 11 der Datei AttrTypes.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) |
|