NullFormat Class Reference
Detailed Description
NullFormat transfers the original request and response objects without modifying or transforming them.
Definition at line 23 of file NullFormat.php.
Inheritance diagram for NullFormat:Public Member Functions | |
| getMimeType (Response $response=null) | |
| isCached (Response $response) | |
| getCacheDate (Response $response) | |
Public Member Functions inherited from AbstractFormat | |
| deserialize (Request $request) | |
| serialize (Response $response) | |
| getResponseHeaders (Response $response) | |
Protected Member Functions | |
| deserializeValues (Request $request) | |
| serializeValues (Response $response) | |
Protected Member Functions inherited from AbstractFormat | |
| beforeDeserialize (Request $request) | |
| afterDeserialize (Request $request) | |
| beforeSerialize (Response $response) | |
| afterSerialize (Response $response) | |
| getNode (ObjectId $oid) | |
| filterValue ($value, AttributeDescription $attribute) | |
Member Function Documentation
◆ getMimeType()
| getMimeType | ( | Response | $response = null | ) |
◆ isCached()
| isCached | ( | Response | $response | ) |
◆ getCacheDate()
| getCacheDate | ( | Response | $response | ) |
◆ deserializeValues()
|
protected |
Reimplemented from AbstractFormat.
Definition at line 49 of file NullFormat.php.
◆ serializeValues()
|
protected |
Reimplemented from AbstractFormat.
Definition at line 56 of file NullFormat.php.