| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id$ |
| File Size: | 188 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Soap_Wsdl_Strategy_Composite:: (6 methods):
__construct()
connectTypeToStrategy()
getDefaultStrategy()
getStrategyOfType()
setContext()
addComplexType()
Class: Zend_Soap_Wsdl_Strategy_Composite - X-Ref
Zend_Soap_Wsdl_Strategy_Composite| __construct(array $typeMap=array() X-Ref |
| Construct Composite WSDL Strategy. param: array $typeMap param: string|Zend_Soap_Wsdl_Strategy_Interface $defaultStrategy |
| connectTypeToStrategy($type, $strategy) X-Ref |
| Connect a complex type to a given strategy. param: string $type param: string|Zend_Soap_Wsdl_Strategy_Interface $strategy return: Zend_Soap_Wsdl_Strategy_Composite |
| getDefaultStrategy() X-Ref |
| Return default strategy of this composite param: string $type return: Zend_Soap_Wsdl_Strategy_Interface |
| getStrategyOfType($type) X-Ref |
| Return specific strategy or the default strategy of this type. param: string $type return: Zend_Soap_Wsdl_Strategy_Interface |
| setContext(Zend_Soap_Wsdl $context) X-Ref |
| Method accepts the current WSDL context file. param: Zend_Soap_Wsdl $context |
| addComplexType($type) X-Ref |
| Create a complex type based on a strategy param: string $type return: string XSD type |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |