SoapObject::setFunction

SoapObject::setFunction -- Adds to the functions currently available to the server

Description

SoapObject::addFunction ((string|array) functions)

Warnung

Diese Funktion ist EXPERIMENTELL. Das bedeutet, dass sich das Verhalten der Funktion, ihr Name, und ALLES andere, das hier dokumentiert ist, in zukünftigen Versions des Pakets OHNE WARNUNG ändern kann. Seien Sie gewarnt und nutzen Sie das Paket auf eigenes Risiko.

Based on the parameters passed, addfunction will add a single function, an array of functions.

AddFunction should only be used when implementing a non-class SoapServer.

You can currently also use SOAP_FUNCTIONS_ALL as the paramenter, and this is also the default for testing purposes, this will be changed for security reasons.