PHP Class My\Project\ServiceType\ApiSearchProject

Inheritance: extends WsdlToPhp\PackageBase\AbstractSoapClientBase
Datei anzeigen Open project: wsdltophp/packagegenerator

Public Methods

Method Description
Search ( My\Project\StructType\ApiSearchRequestProject $parameters ) : My\Project\StructType\ApiSearchResponseProject | boolean Method to call the operation originally named Search
__toString ( ) : string Method returning the class name
getResult ( ) : My\Project\StructType\ApiSearchResponseProject Returns the result

Method Details

__toString() public method

Method returning the class name
public __toString ( ) : string
return string __CLASS__

getResult() public method

Returns the result
See also: AbstractSoapClientBase::getResult()
public getResult ( ) : My\Project\StructType\ApiSearchResponseProject
return My\Project\StructType\ApiSearchResponseProject