Interface Amfphp_Core_Common_IDeserializer

Description

interface for deserializers.

  • author: Ariel Sommeria-klein

Located in /Amfphp/Core/Common/IDeserializer.php (line 17)


	
			
Method Summary
mixed deserialize ( $getData,  $postData, String $rawPostData)
Methods
deserialize (line 26)

deserialize the data.

  • return: the deserialized data. For example an Amf packet.
  • access: public
mixed deserialize ( $getData,  $postData, String $rawPostData)
  • array $getData: typically the $_GET array.
  • array $postData: typically the $_POST array.
  • String $rawPostData

Documentation generated on Mon, 23 Jan 2012 17:22:06 -0300 by phpDocumentor 1.4.3