Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ($name, $uri, ComplexTypeStrategy $strategy) | |
addPortOperation ($portType, $name, $input=false, $output=false, $fault=false) | |
__construct | ( | $name, | |
$uri, | |||
ComplexTypeStrategy | $strategy | ||
) |
Constructor. Save URI for targetNamespace generation.
string | $name | |
string | \Zend\Uri\Uri | $uri | |
ComplexTypeStrategy | $strategy |
Definition at line 24 of file Wsdl.php.
Add an operation to port type.
DOMElement | $portType | |
string | $name | Operation name |
string | bool | $input | Input Message |
string | bool | $output | Output Message |
string | bool | array | $fault | Message name OR array('message' => ..., 'name' => ...) |