PHP Интерфейс WsdlToPhp\PackageGenerator\File\FileInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
__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