Returns an XSD Type for the given PHP type
static string
getType
(string $type)
-
string
$type: PHP Type to get the XSD type for
Constructor
Zend_Soap_AutoDiscover
__construct
()
Add a Single or Multiple Functions to the WSDL
void
addFunction
(string $function, [string $namespace = ''])
-
string
$function: Function Name
-
string
$namespace: Function namespace - Not Used
Action to take when an error occurs
void
fault
([string $fault = null], [string|int $code = null])
-
string
$fault
-
string|int
$code
Return an array of functions in the WSDL
array
getFunctions
()
Handle the Request
void
handle
([string $request = false])
-
string
$request: A non-standard request - Not Used
Load Functions
void
loadFunctions
(unknown_type $definition)
Set the Class the SOAP server will use
void
setClass
(string $class, [string $namespace = ''], [array $argv = null])
-
string
$class: Class Name
-
string
$namespace: Class Namspace - Not Used
-
array
$argv: Arguments to instantiate the class - Not Used
Set Persistance
void
setPersistence
(int $mode)