wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
SOAPFormat Class Reference
+ 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
 

Detailed Description

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.

Id:
class.SOAPFormat.php 1462 2014-02-04 23:52:27Z iherwig
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 30 of file class.SOAPFormat.php.

Member Function Documentation

SOAPFormat::isSerializedNode (   $key,
$value 
)
SOAPFormat::serializeNode (   $key,
$value 
)
See Also
HierarchicalFormat::serializeNode()

Definition at line 44 of file class.SOAPFormat.php.

References NodeSerializer\serializeNode().

+ Here is the call graph for this function:

& SOAPFormat::deserializeNode (   $key,
$value 
)
See Also
HierarchicalFormat::deserializeNode()

Definition at line 52 of file class.SOAPFormat.php.

References NodeSerializer\deserializeNode(), and PersistenceFacade\getOIDParameter().

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: