PHP 클래스 WSDL\Builder\WSDLBuilder

저자: Piotr Olaszewski ([email protected])
파일 보기 프로젝트 열기: piotrooo/wsdl-creator 1 사용 예제들

공개 메소드들

메소드 설명
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 )

메소드 상세

getLocation() 공개 메소드

public getLocation ( ) : string
리턴 string

getMethods() 공개 메소드

public getMethods ( ) : Method[]
리턴 Method[]

getName() 공개 메소드

public getName ( ) : string
리턴 string

getNs() 공개 메소드

public getNs ( ) : string
리턴 string

getParameterStyle() 공개 메소드

public getParameterStyle ( ) : string
리턴 string

getSoapVersion() 공개 메소드

public getSoapVersion ( ) : string
리턴 string

getStyle() 공개 메소드

public getStyle ( ) : string
리턴 string

getTargetNamespace() 공개 메소드

public getTargetNamespace ( ) : string
리턴 string

getUse() 공개 메소드

public getUse ( ) : string
리턴 string

instance() 공개 정적인 메소드

public static instance ( ) : WSDLBuilder
리턴 WSDLBuilder

setLocation() 공개 메소드

public setLocation ( string $location )
$location string

setMethod() 공개 메소드

public setMethod ( Method $method )
$method Method

setMethods() 공개 메소드

public setMethods ( array $methods )
$methods array

setName() 공개 메소드

public setName ( string $name )
$name string

setNs() 공개 메소드

public setNs ( string $ns )
$ns string

setParameterStyle() 공개 메소드

public setParameterStyle ( string $parameterStyle )
$parameterStyle string

setSoapVersion() 공개 메소드

public setSoapVersion ( string $soapVersion )
$soapVersion string

setStyle() 공개 메소드

public setStyle ( string $style )
$style string

setTargetNamespace() 공개 메소드

public setTargetNamespace ( string $targetNamespace )
$targetNamespace string

setUse() 공개 메소드

public setUse ( string $use )
$use string