$_allowedMethods
$_allowedMethods : array
List of method names to allow.
__call(string $method, array $params) : mixed
Will be registered as the handler for all methods called in the SOAP server and will call the appropriate function through the registry.
string | $method | The name of the method called by the RPC request. |
array | $params | The passed parameters. |
The result of the called registry method.