SwatObject
└─SwatDBRecordsetWrapper
└─SiteInstanceWrapper
public class SiteInstanceWrapper
extends SwatDBRecordsetWrapper
| Fields inherited from SwatDB.SwatDBRecordsetWrapper | |
|---|---|
| db, index_field, row_wrapper_class | |
| Method Summary | |
|---|---|
| protected void | init() Initializes this recordset wrapper. |
| Methods inherited from SwatDB.SwatDBRecordsetWrapper | |
|---|---|
| add, attachSubDataObjects, checkDB, count, current, delete, duplicate, getArray, getByIndex, getCount, getFirst, getIndexes, getInternalValues, init, instantiateRowWrapperObject, isModified, key, load, loadAllSubDataObjects, loadAllSubRecordsets, next, offsetExists, offsetGet, offsetSet, offsetUnset, reindex, remove, removeAll, removeByIndex, rewind, save, serialize, setDatabase, unserialize, valid | |
protected void init()
Initializes this recordset wrapper
Subclasses are encoraged to specify a SwatDBDataObject subclass as this
recordset's row wrapper class. See
SwatDBRecordsetWrapper::$row_wrapper_class.
Subclasses are also encoraged to specify an index field here. This
enables lookup of records in this recordset by the index field value.
See SwatDBRecordsetWrapper::$index_field.
Other initialization may be performed here. This method is the first thing called in the constructor.
A recordset wrapper class for SiteInstance objects