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

Public Member Functions | |
| convertStorageToApplication ($data, $type, $name) | |
| convertApplicationToStorage ($data, $type, $name) | |
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 29 of file class.DataConverter.php.
| convertStorageToApplication | ( | $ | data, | |
| $ | type, | |||
| $ | name | |||
| ) |
Convert data after reading from storage. This method is called by PersistenceMapper classes after reading the data from the storage.
| data | The data from storage. | |
| type | The type of data. | |
| name | The name of the data item. |
Reimplemented in DefaultDataConverter, HTMLDataConverter, LinkConverter, MySQLDateConverter, and XMLDataConverter.
Definition at line 39 of file class.DataConverter.php.
| convertApplicationToStorage | ( | $ | data, | |
| $ | type, | |||
| $ | name | |||
| ) |
Convert data before writing to storage. This method is called by PersistenceMapper classes before storing the data to the storage.
| data | The data from application. | |
| type | The type of data. | |
| name | The name of the data item. |
Reimplemented in DefaultDataConverter, HTMLDataConverter, LinkConverter, MySQLDateConverter, and XMLDataConverter.
Definition at line 51 of file class.DataConverter.php.
|
This page generated via doxygen 1.5.8 Mon Mar 30 01:58:43 2009. Copyright © 2009 wemove digital solutions GmbH. |
|