Zend_Soap_Wsdl_Strategy_DefaultComplexType

category Zend
package Zend_Soap
subpackage Wsdl
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Soap_Wsdl_Strategy_Abstract

 Methods

Add a complex type by recursivly using all the class properties fetched via Reflection.

addComplexType(string $type) : string

Parameters

$type

string

Name of the class to be specified

Returns

stringXSD Type for the given PHP type

Return the current Zend_Soap_Wsdl context object

getContext() : \Zend_Soap_Wsdl
Inherited

Returns

\Zend_Soap_Wsdl

Set the Zend_Soap_Wsdl Context object this strategy resides in.

setContext(\Zend_Soap_Wsdl $context) : void
Inherited
inherited_from \Zend_Soap_Wsdl_Strategy_Interface::setContext()

Parameters

$context

\Zend_Soap_Wsdl

 Properties

 

Context object

$_context : \Zend_Soap_Wsdl

Default