Soap/Wsdl/Strategy/ArrayOfTypeSequence.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Soap
- Version
- $Id: ArrayOfTypeSequence.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Soap_Wsdl_Strategy_ArrayOfTypeSequence
Package: Zend\Soap\WsdlZend_Soap_Wsdl_Strategy_ArrayOfTypeSequence
- Parent(s)
- \Zend_Soap_Wsdl_Strategy_DefaultComplexType
<
\Zend_Soap_Wsdl_Strategy_Abstract
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods



_addElementFromWsdlAndChildTypes(string $arrayType, string $childTypeName) : voidAppend the complex type definition to the WSDL via the context access
Parameters| Name | Type | Description |
|---|
| $arrayType | string | |
|---|
| $childTypeName | string | |
|---|



_getNestedCount(string $type) : integerReturn the array nesting level based on the type name
Parameters| Name | Type | Description |
|---|
| $type | string | |
|---|
Returns 


_getSingularType(string $type) : stringFrom a nested defintion with type[], get the singular xsd:type
Parameters| Name | Type | Description |
|---|
| $type | string | |
|---|
ReturnsThrows 


_getStrippedXsdType(string $singularType) : stringStrip the xsd: from a singularType and Format it nice for ArrayOf naming
Parameters| Name | Type | Description |
|---|
| $singularType | string | |
|---|
Returns 


_getTypeNameBasedOnNestingLevel(string $singularType, int $level) : stringReturn the ArrayOf or simple type name based on the singular xsdtype and the nesting level
Parameters| Name | Type | Description |
|---|
| $singularType | string | |
|---|
| $level | int | |
|---|
Returns 


addComplexType(string $type) : stringAdd an unbounded ArrayOfType based on the xsd:sequence syntax if type[] is detected in return value doc comment.
Parameters| Name | Type | Description |
|---|
| $type | string | |
|---|
Returns| Type | Description |
|---|
| string | tns:xsd-type |