PHP Interface WsdlToPhp\PackageGenerator\File\FileInterface

ファイルを表示 Open project: wsdltophp/packagegenerator

Public Methods

Method Description
__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

Method Details

__construct() public method

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

write() public method

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