API Documentation

Soap/Wsdl/Strategy/ArrayOfTypeComplex.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Soap
subpackage
Wsdl
version
$Id: ArrayOfTypeComplex.php 20784 2010-01-31 08:22:51Z yoshida@zend.co.jp $
Classes
Zend_Soap_Wsdl_Strategy_ArrayOfTypeComplex

Description

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.

Zend_Soap_Wsdl_Strategy_ArrayOfTypeComplex

Extends from
Zend_Soap_Wsdl_Strategy_DefaultComplexType
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Soap
subpackage
Wsdl
Properties
$_inProcess
Methods
addComplexType
_addArrayOfComplexType
_getXsdComplexTypeName
_getSingularPhpType
_getNestedCount

Description

Zend_Soap_Wsdl_Strategy_ArrayOfTypeComplex

Properties

$_inProcess

 $_inProcess = 'array'

Details

visibility
protected
default
array
final
false
static
false

Methods

_addArrayOfComplexType

_addArrayOfComplexType(  $singularType,  $type ) :
Arguments
$singularType
$type
Details
visibility
protected
final
false
static
false

_getNestedCount

_getNestedCount( string $type ) : integer

Return the array nesting level based on the type name

Arguments
$type
string
Output
integer
Details
visibility
protected
final
false
static
false

_getSingularPhpType

_getSingularPhpType( string $type ) : string

From a nested definition with type[], get the singular PHP Type

Arguments
$type
string
Output
string
Details
visibility
protected
final
false
static
false

_getXsdComplexTypeName

_getXsdComplexTypeName(  $type ) :
Arguments
$type
Details
visibility
protected
final
false
static
false

addComplexType

addComplexType( string $type ) : string

Add an ArrayOfType based on the xsd:complexType syntax if type[] is detected in return value doc comment.

Arguments
$type
string
Output
string
tns:xsd-type
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.