PHP Class WSDL\Builder\WSDLBuilder

Author: Piotr Olaszewski ([email protected])
显示文件 Open project: piotrooo/wsdl-creator Class Usage Examples

Public Methods

Method Description
getLocation ( ) : string
getMethods ( ) : Method[]
getName ( ) : string
getNs ( ) : string
getParameterStyle ( ) : string
getSoapVersion ( ) : string
getStyle ( ) : string
getTargetNamespace ( ) : string
getUse ( ) : string
instance ( ) : WSDLBuilder
setLocation ( string $location )
setMethod ( Method $method )
setMethods ( array $methods )
setName ( string $name )
setNs ( string $ns )
setParameterStyle ( string $parameterStyle )
setSoapVersion ( string $soapVersion )
setStyle ( string $style )
setTargetNamespace ( string $targetNamespace )
setUse ( string $use )

Method Details

getLocation() public method

public getLocation ( ) : string
return string

getMethods() public method

public getMethods ( ) : Method[]
return Method[]

getName() public method

public getName ( ) : string
return string

getNs() public method

public getNs ( ) : string
return string

getParameterStyle() public method

public getParameterStyle ( ) : string
return string

getSoapVersion() public method

public getSoapVersion ( ) : string
return string

getStyle() public method

public getStyle ( ) : string
return string

getTargetNamespace() public method

public getTargetNamespace ( ) : string
return string

getUse() public method

public getUse ( ) : string
return string

instance() public static method

public static instance ( ) : WSDLBuilder
return WSDLBuilder

setLocation() public method

public setLocation ( string $location )
$location string

setMethod() public method

public setMethod ( Method $method )
$method Method

setMethods() public method

public setMethods ( array $methods )
$methods array

setName() public method

public setName ( string $name )
$name string

setNs() public method

public setNs ( string $ns )
$ns string

setParameterStyle() public method

public setParameterStyle ( string $parameterStyle )
$parameterStyle string

setSoapVersion() public method

public setSoapVersion ( string $soapVersion )
$soapVersion string

setStyle() public method

public setStyle ( string $style )
$style string

setTargetNamespace() public method

public setTargetNamespace ( string $targetNamespace )
$targetNamespace string

setUse() public method

public setUse ( string $use )
$use string