Amfphp_Core_Amf_Message is a data type that encapsulates all of the various properties a Message object can have.
package | Amfphp_Core_Amf |
---|---|
author | Ariel Sommeria-klein |
__construct(String $targetUri, String $responseUri, mixed $data)
String
String
mixed
$data : mixed
$responseUri : String
in the case of a response: undefined
$targetUri : String
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