Public Member Functions | |
| __construct ($sTableName) | |
| assign ($aData) | |
| getId () | |
Private Attributes | |
| $_sTableName = '' | |
Simple list object
Definition at line 6 of file oxlistobject.php.
| oxListObject.__construct | ( | $ | sTableName | ) |
Class constructor
| string | $sTableName Table name |
Definition at line 19 of file oxlistobject.php.
| oxListObject.assign | ( | $ | aData | ) |
Assigns database record to object
| object | $aData Database record |
Definition at line 31 of file oxlistobject.php.
| oxListObject.getId | ( | ) |
oxListObject.$_sTableName = '' [private] |
Definition at line 12 of file oxlistobject.php.
1.7.1