|
spoof
|


Public Member Functions | |
| __construct ($type= 'Record') | |
| __set ($key, $value) | |
| __get ($key) | |
| toXML () | |
Protected Attributes | |
| $__type | |
A database record class. This is a simple class that extends PHP ArrayObject and is used to represent a database record.
| __construct | ( | $type = 'Record' | ) |
| __get | ( | $key | ) |
Gets associated value of the supplied key.
| string | $key |
| OutOfBoundsException | when key doesn't exist |
Implements IRecord.
| __set | ( | $key, | |
| $value | |||
| ) |
| toXML | ( | ) |
Transforms object into XML representation.
Implements IRecord.
|
protected |