Property | Type | Description | |
---|---|---|---|
$name | string | The name of the operation. | |
$params | They are represented as a string in the format "type1 parameter1, type2 parameter2" etc. | ||
$returns | The name of the return type value. | ||
$wsdlFunction | string | Note that the PHP SOAP client refers to these as functions. |
Method | Description | |
---|---|---|
__construct ( $wsdlFunction ) | ||
getName ( ) : string | Returns the name of the operation | |
getParams ( ) : string | Returns a string representing the parameters of the operation. | |
getReturns ( ) : string | Returns the name of the return type for the operation. |
public getReturns ( ) : string | ||
return | string | The operation return type. |
protected $params |
protected string $wsdlFunction | ||
return | string |