class SoapBuilder

Class SoapBuilder.

Methods

$this
setUrl(string $url)

No description

$this
setWsdl(mixed $wsdl)

No description

$this
setWsdlParams(array $wsdlParams)

No description

$this
setUser(string $user)

No description

$this
setPassword(string $password)

No description

build()

No description

Details

at line 31
$this setUrl(string $url)

Parameters

string $url

Return Value

$this

at line 43
$this setWsdl(mixed $wsdl)

Parameters

mixed $wsdl

Return Value

$this

at line 55
$this setWsdlParams(array $wsdlParams)

Parameters

array $wsdlParams

Return Value

$this

at line 67
$this setUser(string $user)

Parameters

string $user

Return Value

$this

at line 79
$this setPassword(string $password)

Parameters

string $password

Return Value

$this

at line 89
SoapClient build()

Return Value

SoapClient