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

unused at the moment, but useful later hopefully

author Ariel Sommeria-klein
package Amfphp_Backoffice

 Methods

constructor

__construct(string $amfphpEntryPointUrl) 

Parameters

$amfphpEntryPointUrl

string

makes a request to the amfphp server

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

Parameters

$serviceName

string

$methodName

string

$parameters

string

Returns

mixedarray or object, json decoded

 Properties

 

$amfphpEntryPointUrl : string