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 |
|---|
stringtns: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
stringsetContext(\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)
stringArray type name (e.g. 'tns:ArrayOfArrayOfInt')
stringQualified array items type (e.g. 'xsd:int', 'tns:ArrayOfInt')
stringPHP 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 |