PHP Interface Phpro\SoapClient\CodeGenerator\Config\ConfigInterface

Show file Open project: phpro/soap-client

Public Methods

Method Description
getDestination ( ) : string
getNamespace ( ) : string
getRuleSet ( ) : Phpro\SoapClient\CodeGenerator\Rules\RuleSetInterface
getSoapOptions ( ) array
getWsdl ( ) : string

Method Details

getDestination() public method

public getDestination ( ) : string
return string

getNamespace() public method

public getNamespace ( ) : string
return string

getRuleSet() public method

public getRuleSet ( ) : Phpro\SoapClient\CodeGenerator\Rules\RuleSetInterface
return Phpro\SoapClient\CodeGenerator\Rules\RuleSetInterface

getSoapOptions() public method

array
public getSoapOptions ( )

getWsdl() public method

public getWsdl ( ) : string
return string