addComplexType()
getContext()
scanRegisteredTypes()
setContext()
_addSequenceType()
_getNestedCount()
_getSingularType()
_getTypeBasedOnNestingLevel()
$context
Abstract class for Zend\Soap\Wsdl\Strategy.
addComplexType(string $type) : string
string
\Zend\Soap\Exception\InvalidArgumentException |
if class does not exist |
---|
string
tns:xsd-typegetContext() : \Zend\Soap\Wsdl
inherited_from | \Zend\Soap\Wsdl\ComplexTypeStrategy\AbstractComplexTypeStrategy::getContext() |
---|---|
inherited_from | \Zend\Soap\Wsdl\ComplexTypeStrategy\DefaultComplexType::getContext() |
scanRegisteredTypes(string $phpType) : string
inherited_from | \Zend\Soap\Wsdl\ComplexTypeStrategy\AbstractComplexTypeStrategy::scanRegisteredTypes() |
---|---|
inherited_from | \Zend\Soap\Wsdl\ComplexTypeStrategy\DefaultComplexType::scanRegisteredTypes() |
string
string
setContext(\Zend\Soap\Wsdl $context)
inherited_from | \Zend\Soap\Wsdl\ComplexTypeStrategy\AbstractComplexTypeStrategy::setContext() |
---|---|
inherited_from | \Zend\Soap\Wsdl\ComplexTypeStrategy\DefaultComplexType::setContext() |
\Zend\Soap\Wsdl
_addSequenceType(string $arrayType, string $childType, string $phpArrayType)
string
Array type name (e.g. 'tns:ArrayOfArrayOfInt')
string
Qualified array items type (e.g. 'xsd:int', 'tns:ArrayOfInt')
string
PHP type (e.g. 'int[][]', '\MyNamespace\MyClassName[][][]')
_getNestedCount(string $type) : int
string
int
_getSingularType(string $type) : string
string
string
_getTypeBasedOnNestingLevel(string $singularType, int $level) : string
string
int
string
$context : \Zend\Soap\Wsdl
inherited_from | \Zend\Soap\Wsdl\ComplexTypeStrategy\AbstractComplexTypeStrategy::$$context |
---|---|
inherited_from | \Zend\Soap\Wsdl\ComplexTypeStrategy\DefaultComplexType::$$context |