\Amfphp_Core_Amf_Message

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

Summary

Methods
Properties
Constants
__construct()
$targetUri
$responseUri
$data
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$targetUri

$targetUri : String

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

Type

String

$responseUri

$responseUri : String

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

in the case of a response: undefined

Type

String

$data

$data : mixed

data

Type

mixed

Methods

__construct()

__construct(String $targetUri, String $responseUri, mixed $data)

constructor

Parameters

String $targetUri
String $responseUri
mixed $data