![]() |
CMS
Version 3.9
|
Defines the basic interface contract for a SerializationHandler. More...
Public Member Functions | |
export () | |
Export the serialized objects. More... | |
import ($doc, $tx) | |
Import from a serialized XML document. More... | |
Defines the basic interface contract for a SerializationHandler.
Definition at line 14 of file serialization_manager.inc.
SerializationHandler::export | ( | ) |
Export the serialized objects.
SerializationHandler::import | ( | $doc, | |
$tx | |||
) |
Import from a serialized XML document.
DOMDocument | $doc | The document to be used as the source of the import |
DataTransaction | $tx | The database transaction to join when creating imported objects |