Public Member Functions | Private Attributes

oxListObject Class Reference

List of all members.

Public Member Functions

 __construct ($sTableName)
 assign ($aData)
 getId ()

Private Attributes

 $_sTableName = ''

Detailed Description

Simple list object

Definition at line 6 of file oxlistobject.php.


Constructor & Destructor Documentation

oxListObject.__construct ( sTableName  ) 

Class constructor

Parameters:
string $sTableName Table name

Definition at line 19 of file oxlistobject.php.


Member Function Documentation

oxListObject.assign ( aData  ) 

Assigns database record to object

Parameters:
object $aData Database record
Returns:
null

Definition at line 31 of file oxlistobject.php.

oxListObject.getId (  ) 

Returns object id

Returns:
int

Definition at line 47 of file oxlistobject.php.


Member Data Documentation

oxListObject.$_sTableName = '' [private]

Definition at line 12 of file oxlistobject.php.


The documentation for this class was generated from the following file: