| wCMF
    3.6
    | 
 Inheritance diagram for SOAPFormat:
 Inheritance diagram for SOAPFormat:| Public Member Functions | |
| isSerializedNode ($key, &$value) | |
| serializeNode ($key, &$value) | |
| & | deserializeNode ($key, &$value) | 
|  Public Member Functions inherited from HierarchicalFormat | |
| deserialize (&$request) | |
| serialize (&$response) | |
| processValues (&$value, $key, $method) | |
| beforeDeserialize (&$data) | |
| afterDeserialize (&$data) | |
| beforeSerialize (&$data) | |
| afterSerialize (&$data) | |
| isSerializedNode ($key, &$value) | |
| isDeserializedNode ($key, &$value) | |
| serializeNode ($key, &$value) | |
| & | deserializeNode ($key, &$value) | 
|  Public Member Functions inherited from AbstractFormat | |
| & | getNode ($oid) | 
| getNodes () | |
|  Public Member Functions inherited from IFormat | |
| deserialize (&$request) | |
| serialize (&$response) | |
| Additional Inherited Members | |
|  Public Attributes inherited from AbstractFormat | |
| $_deserializedNodes = null | |
SOAPFormat realizes the SOAP request/response format. Nodes are serialized into an array (the nusoap library creates the XML)
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 30 of file class.SOAPFormat.php.
| SOAPFormat::isSerializedNode | ( | $key, | |
| & | $value | ||
| ) | 
Definition at line 35 of file class.SOAPFormat.php.
References PersistenceFacade\getOIDParameter(), PersistenceFacade\isKnownType(), and PersistenceFacade\isValidOID().
 Here is the call graph for this function:
 Here is the call graph for this function:| SOAPFormat::serializeNode | ( | $key, | |
| & | $value | ||
| ) | 
Definition at line 44 of file class.SOAPFormat.php.
References NodeSerializer\serializeNode().
 Here is the call graph for this function:
 Here is the call graph for this function:| & SOAPFormat::deserializeNode | ( | $key, | |
| & | $value | ||
| ) | 
Definition at line 52 of file class.SOAPFormat.php.
References NodeSerializer\deserializeNode(), and PersistenceFacade\getOIDParameter().
 Here is the call graph for this function:
 Here is the call graph for this function: