SoapObject::setClass

SoapObject::setClass -- bind a php class to the SoapServer Object

Description

SoapObject::setClass (string class_name [, mixed constructor_args])

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.

This function will first check if the class exists. If it finds the existing class, it will bind all existing methods to the created SoapServer.

Parameters: