Makes a call to the amfphp entry point and returns the data

author Ariel Sommeria-klein
package Amfphp_Backoffice

 Methods

constructor

__construct(string $amfphpEntryPointPath) 

Parameters

$amfphpEntryPointPath

string

makes a request to the amfphp server

call(string $serviceName, string $methodName, string $parameters) : mixed

Parameters

$serviceName

string

$methodName

string

$parameters

string

Returns

mixedwhtever the service method returns. If it's an exception it's thrown again.

 Properties

 

$amfphpEntryPointPath : string