PHP 클래스 WsdlToPhp\PackageGenerator\File\Tutorial

상속: extends AbstractFile
파일 보기 프로젝트 열기: wsdltophp/packagegenerator 1 사용 예제들

공개 메소드들

메소드 설명
addAutoload ( ) : Tutorial
addChild ( WsdlToPhp\PhpGenerator\Element\PhpAnnotationBlock $block, string $content ) : Tutorial
addContent ( ) : Tutorial
addMainAnnotationBlock ( ) : Tutorial
writeFile ( ) : integer | boolean

보호된 메소드들

메소드 설명
addAnnotationBlock ( string[] | WsdlToPhp\PhpGenerator\Element\PhpAnnotation[] $content ) : Tutorial
addAnnotationBlockFromMethod ( Method $method ) : Tutorial
addAnnotationBlockFromService ( Service $service ) : Tutorial
addContentFromMethod ( string $serviceVariableName, Method $method ) : Tutorial
addContentFromService ( string $serviceVariableName, Service $service ) : Tutorial
addOptions ( ) : Tutorial
addOptionsAnnotationBlock ( ) : Tutorial
addServiceDeclaration ( string $serviceVariableName, Service $service ) : Tutorial
addServiceSoapHeadersDefinition ( string $serviceVariableName, Method $method, array $added ) : string[]
addServiceSoapHeadersDefinitions ( string $serviceVariableName, Service $service ) : Tutorial
getAnnotationBlock ( ) : WsdlToPhp\PhpGenerator\Element\PhpAnnotationBlock
getMethodParameter ( string $parameterType, string $parameterName = null ) : string
getMethodParameters ( Method $method ) : string

메소드 상세

addAnnotationBlock() 보호된 메소드

protected addAnnotationBlock ( string[] | WsdlToPhp\PhpGenerator\Element\PhpAnnotation[] $content ) : Tutorial
$content string[] | WsdlToPhp\PhpGenerator\Element\PhpAnnotation[]
리턴 Tutorial

addAnnotationBlockFromMethod() 보호된 메소드

protected addAnnotationBlockFromMethod ( Method $method ) : Tutorial
$method WsdlToPhp\PackageGenerator\Model\Method
리턴 Tutorial

addAnnotationBlockFromService() 보호된 메소드

protected addAnnotationBlockFromService ( Service $service ) : Tutorial
$service WsdlToPhp\PackageGenerator\Model\Service
리턴 Tutorial

addAutoload() 공개 메소드

public addAutoload ( ) : Tutorial
리턴 Tutorial

addChild() 공개 메소드

public addChild ( WsdlToPhp\PhpGenerator\Element\PhpAnnotationBlock $block, string $content ) : Tutorial
$block WsdlToPhp\PhpGenerator\Element\PhpAnnotationBlock
$content string
리턴 Tutorial

addContent() 공개 메소드

public addContent ( ) : Tutorial
리턴 Tutorial

addContentFromMethod() 보호된 메소드

protected addContentFromMethod ( string $serviceVariableName, Method $method ) : Tutorial
$serviceVariableName string
$method WsdlToPhp\PackageGenerator\Model\Method
리턴 Tutorial

addContentFromService() 보호된 메소드

protected addContentFromService ( string $serviceVariableName, Service $service ) : Tutorial
$serviceVariableName string
$service WsdlToPhp\PackageGenerator\Model\Service
리턴 Tutorial

addMainAnnotationBlock() 공개 메소드

public addMainAnnotationBlock ( ) : Tutorial
리턴 Tutorial

addOptions() 보호된 메소드

protected addOptions ( ) : Tutorial
리턴 Tutorial

addOptionsAnnotationBlock() 보호된 메소드

protected addOptionsAnnotationBlock ( ) : Tutorial
리턴 Tutorial

addServiceDeclaration() 보호된 메소드

protected addServiceDeclaration ( string $serviceVariableName, Service $service ) : Tutorial
$serviceVariableName string
$service WsdlToPhp\PackageGenerator\Model\Service
리턴 Tutorial

addServiceSoapHeadersDefinition() 보호된 메소드

protected addServiceSoapHeadersDefinition ( string $serviceVariableName, Method $method, array $added ) : string[]
$serviceVariableName string
$method WsdlToPhp\PackageGenerator\Model\Method
$added array
리턴 string[]

addServiceSoapHeadersDefinitions() 보호된 메소드

protected addServiceSoapHeadersDefinitions ( string $serviceVariableName, Service $service ) : Tutorial
$serviceVariableName string
$service WsdlToPhp\PackageGenerator\Model\Service
리턴 Tutorial

getAnnotationBlock() 보호된 메소드

protected getAnnotationBlock ( ) : WsdlToPhp\PhpGenerator\Element\PhpAnnotationBlock
리턴 WsdlToPhp\PhpGenerator\Element\PhpAnnotationBlock

getMethodParameter() 보호된 메소드

protected getMethodParameter ( string $parameterType, string $parameterName = null ) : string
$parameterType string
$parameterName string
리턴 string

getMethodParameters() 보호된 메소드

protected getMethodParameters ( Method $method ) : string
$method WsdlToPhp\PackageGenerator\Model\Method
리턴 string

writeFile() 공개 메소드

또한 보기: WsdlToPhp\PackageGenerator\File\AbstractFile::writeFile()
public writeFile ( ) : integer | boolean
리턴 integer | boolean