Detailed Description

NullFormat transfers the original request and response objects without modifying or transforming them.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

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)
See also
Format::getMimeType()

Implements Format.

Definition at line 28 of file NullFormat.php.

◆ isCached()

isCached ( Response  $response)
See also
Format::isCached()

Implements Format.

Definition at line 35 of file NullFormat.php.

◆ getCacheDate()

getCacheDate ( Response  $response)
See also
Format::getCacheDate()

Implements Format.

Definition at line 42 of file NullFormat.php.

◆ deserializeValues()

deserializeValues ( Request  $request)
protected
See also
AbstractFormat::deserializeValues()

Reimplemented from AbstractFormat.

Definition at line 49 of file NullFormat.php.

◆ serializeValues()

serializeValues ( Response  $response)
protected
See also
AbstractFormat::serializeValues()

Reimplemented from AbstractFormat.

Definition at line 56 of file NullFormat.php.