![]() |
![]() |

Public Member Functions | |
| & | createObject ($oid=null) |
| appendObject (&$object, &$dependendObject) | |
| applyDataOnLoad (&$object, $objectData, $attribs) | |
| applyDataOnCreate (&$object, $objectData, $attribs) | |
| getObjectDefinition () | |
wCMF - wemove Content Management Framework Copyright (C) 2005-2009 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Definition at line 34 of file class.NodeRDBMapper.php.
| & createObject | ( | $ | oid = null |
) |
Reimplemented from RDBMapper.
Reimplemented in AdodbseqRDBMapper, LocktableRDBMapper, NMUserRoleRDBMapper, RoleRDBRDBMapper, and UserRDBRDBMapper.
Definition at line 39 of file class.NodeRDBMapper.php.
References RDBMapper::getType().

| appendObject | ( | &$ | object, | |
| &$ | dependendObject | |||
| ) |
Reimplemented from RDBMapper.
Definition at line 46 of file class.NodeRDBMapper.php.
| applyDataOnLoad | ( | &$ | object, | |
| $ | objectData, | |||
| $ | attribs | |||
| ) |
Reimplemented from RDBMapper.
Definition at line 53 of file class.NodeRDBMapper.php.
References PersistenceFacade::composeOID().

| applyDataOnCreate | ( | &$ | object, | |
| $ | objectData, | |||
| $ | attribs | |||
| ) |
Reimplemented from RDBMapper.
Definition at line 92 of file class.NodeRDBMapper.php.
References PersistenceFacade::composeOID(), PersistenceFacade::getDummyId(), and RDBMapper::isPkValue().

| getObjectDefinition | ( | ) |
An array of assoziative arrays with the keys 'name', 'app_data_type' plus application specific keys for every data item. All keys except 'name' and 'app_data_type' will become keys in the objects valueProperties array hold for each data item while 'name' and 'app_data_type' are used to identify the values, see PersistentObject::getValue(). (e.g. array('name' => 'title', 'db_data_type' => 'VARCHAR(255)', 'app_data_type' => DATATYPE_ATTRIBUTE, 'default' => 'Hello World!'))
Known keys are:
Reimplemented from RDBMapper.
Reimplemented in NodeUnifiedRDBMapper.
Definition at line 140 of file class.NodeRDBMapper.php.
References WCMFException::throwEx().

|
This page generated via doxygen 1.5.8 Mon Mar 30 01:58:44 2009. Copyright © 2009 wemove digital solutions GmbH. |
|