SoapFormat.php
Response holds the response values that are used as output from Controller instances.
Definition: Response.php:20
SoapFormat implements the SOAP request/response format.
Definition: SoapFormat.php:23
isCached(Response $response)
Definition: SoapFormat.php:45
NodeSerializer implementations are used to serialize Nodes into an array representation or deserializ...
Definition: NodeSerializer.php:21
getCacheDate(Response $response)
Definition: SoapFormat.php:52
isSerializedNode($value)
Definition: SoapFormat.php:67
getMimeType(Response $response=null)
Definition: SoapFormat.php:38
HierarchicalFormat is used as base class for formats that are able to represent hierarchical data lik...
Definition: HierarchicalFormat.php:27
setSerializer(NodeSerializer $serializer)
Set the NodeSerializer instance to use.
Definition: SoapFormat.php:60
deserializeNode($value)
Definition: SoapFormat.php:82
serializeNode($value)
Definition: SoapFormat.php:74