wCMF
3.6
|
Public Member Functions | |
& | getNode ($oid) |
getNodes () | |
Public Member Functions inherited from IFormat | |
deserialize (&$request) | |
serialize (&$response) | |
Public Attributes | |
$_deserializedNodes = null | |
AbstractFormat maybe used as base class for specialized formats.
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 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 28 of file class.AbstractFormat.php.
& AbstractFormat::getNode | ( | $oid | ) |
Get a node with the given oid to deserialize values from form fields into it. The method ensures that there is only one instance per oid.
oid | The oid |
Definition at line 38 of file class.AbstractFormat.php.
References BUILDDEPTH_SINGLE, PersistenceFacade\getInstance(), PersistenceFacade\getOIDParameter(), and PersistenceFacade\isKnownType().
Referenced by HTMLFormat\deserialize().
AbstractFormat::getNodes | ( | ) |
Get all serialized nodes
Definition at line 66 of file class.AbstractFormat.php.
References $_deserializedNodes.
Referenced by HTMLFormat\deserialize().
AbstractFormat::$_deserializedNodes = null |
Definition at line 30 of file class.AbstractFormat.php.
Referenced by getNodes().