Class Amfphp_Core_Amf_Message

Description

Amfphp_Core_Amf_Message is a data type that encapsulates all of the various properties a Message object can have.

  • author: Ariel Sommeria-klein

Located in /Amfphp/Core/Amf/Message.php (line 19)


	
			
Variable Summary
String $responseUri
String $targetUri
Method Summary
Amfphp_Core_Amf_Message __construct ([String $targetUri = ''], [String $responseUri = ''], [mixed $data = null])
Variables
$data (line 49)
  • access: public
String $responseUri = '' (line 43)

in the case of a request: operation name, for example /1

in the case of a response: undefined

  • access: public
String $targetUri = '' (line 32)

inthe case of a request:

parsed to a service name and a function name. supported separators for the targetUri are '.' and '/' The service name can either be just the name of the class (TestService) or include a path(package/TestService) example of full targetUri package/TestService/mirrorFunction

in the case of a response: the request responseUri + OK/KO for example: /1/onResult or /1/onStatus

  • access: public
Methods
Constructor __construct (line 58)
  • access: public
Amfphp_Core_Amf_Message __construct ([String $targetUri = ''], [String $responseUri = ''], [mixed $data = null])
  • String $targetUri
  • String $responseUri
  • mixed $data

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