220.1. Zend\Soap\Wsdl\ComplexTypeStrategy\Composite
Zend_Soap_Wsdl_Strategy_Composite
220.1.1. Methods
220.1.1.1. __construct
-
__construct()
Construct Composite WSDL Strategy.
| Parameters: |
- array –
- string|ComplexTypeStrategy –
|
220.1.1.2. connectTypeToStrategy
-
connectTypeToStrategy()
Connect a complex type to a given strategy.
| Parameters: |
- string –
- string|ComplexTypeStrategy –
|
| Return type: | Composite
|
220.1.1.3. getDefaultStrategy
-
getDefaultStrategy()
Return default strategy of this composite
| Return type: | ComplexTypeStrategy |
220.1.1.4. getStrategyOfType
-
getStrategyOfType()
Return specific strategy or the default strategy of this type.
| Parameters: | string – |
| Return type: | ComplexTypeStrategy |
220.1.1.5. setContext
-
setContext()
Method accepts the current WSDL context file.
| Parameters: | ZendSoapWsdl – |
| Return type: | Composite |
220.1.1.6. addComplexType
-
addComplexType()
Create a complex type based on a strategy
| Parameters: | string – |
| Return type: | string XSD type |