PHP Class WSDL\Builder\WSDLBuilder

Author: Piotr Olaszewski ([email protected])
Afficher le fichier Open project: piotrooo/wsdl-creator Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public getLocation ( ) : string
Résultat string

getMethods() public méthode

public getMethods ( ) : Method[]
Résultat Method[]

getName() public méthode

public getName ( ) : string
Résultat string

getNs() public méthode

public getNs ( ) : string
Résultat string

getParameterStyle() public méthode

public getParameterStyle ( ) : string
Résultat string

getSoapVersion() public méthode

public getSoapVersion ( ) : string
Résultat string

getStyle() public méthode

public getStyle ( ) : string
Résultat string

getTargetNamespace() public méthode

public getTargetNamespace ( ) : string
Résultat string

getUse() public méthode

public getUse ( ) : string
Résultat string

instance() public static méthode

public static instance ( ) : WSDLBuilder
Résultat WSDLBuilder

setLocation() public méthode

public setLocation ( string $location )
$location string

setMethod() public méthode

public setMethod ( Method $method )
$method Method

setMethods() public méthode

public setMethods ( array $methods )
$methods array

setName() public méthode

public setName ( string $name )
$name string

setNs() public méthode

public setNs ( string $ns )
$ns string

setParameterStyle() public méthode

public setParameterStyle ( string $parameterStyle )
$parameterStyle string

setSoapVersion() public méthode

public setSoapVersion ( string $soapVersion )
$soapVersion string

setStyle() public méthode

public setStyle ( string $style )
$style string

setTargetNamespace() public méthode

public setTargetNamespace ( string $targetNamespace )
$targetNamespace string

setUse() public méthode

public setUse ( string $use )
$use string