PHP Interface WsdlToPhp\PackageGenerator\Parser\ParserInterface

显示文件 Open project: wsdltophp/packagegenerator

Public Methods

Method Description
parse ( ) : void This method is called to launch the data parsing If an exception must be throwned, then it must throwned here

Method Details

parse() public method

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