 |
Method
void setClass(string $class_name [, mixed $constructor_args ...])
|
 |
| |
Description:
|
|
| |
This function will bind a existing PHP class to the created SoapServer.
|
|
| |
This function will first check if the class exitsts. If it finds the existing class thenit will bind all existing methods to the created SoapServer.
|
|
| |
Parameters:
|
|
| |
$class_name -- This is a string of the class name that you want to bind. |
|
| |
$constructor_args -- Variable number of arguments that will be passed to the constructor of the object everytime an object is created
|
|