PHP 인터페이스 WsdlToPhp\PackageGenerator\File\FileInterface

파일 보기 프로젝트 열기: wsdltophp/packagegenerator

공개 메소드들

메소드 설명
__construct ( Generator $generator, string $name )
write ( ) : void This method is called to launch the data parsing If an exception must be throwned, then it must be throwned here

메소드 상세

__construct() 공개 메소드

public __construct ( Generator $generator, string $name )
$generator WsdlToPhp\PackageGenerator\Generator\Generator
$name string

write() 공개 메소드

This method is called to launch the data parsing If an exception must be throwned, then it must be throwned here
public write ( ) : void
리턴 void