|
spoof
|

Public Member Functions | |
| __construct ($type= 'Record') | |
| __set ($key, $value) | |
| __get ($key) | |
| toXML () | |
Database record interface. This interface is used to define database data record.
| __construct | ( | $type = 'Record' | ) |
| __get | ( | $key | ) |
Gets associated value of the supplied key.
| string | $key |
| OutOfBoundsException | when key doesn't exist |
Implemented in Record.
| __set | ( | $key, | |
| $value | |||
| ) |
| toXML | ( | ) |
Transforms object into XML representation.
Implemented in Record.