\Amfphp_Core_Common_ServiceCallParameters

place holder class for the variables necessary to make a service call

Summary

Methods
Properties
Constants
No public methods found
$serviceName
$methodName
$methodParameters
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$serviceName

$serviceName : String

the name of the service.

The service name can either be just the name of the class (TestService) or include a path(package/TestService) separator for path can only be '/'

Type

String

$methodName

$methodName : String

the name of the method to execute on the service object

Type

String

$methodParameters

$methodParameters : \<array>

the parameters to pass to the method being called on the service

Type

\