PHP Class Goetas\Xsd\XsdToPhp\Command\ConvertToPHP

Inheritance: extends AbstractConvert
Datei anzeigen Open project: goetas/xsd2php Class Usage Examples

Protected Methods

Method Description
configure ( )
convert ( AbstractConverter $converter, array $schemas, array $targets, Symfony\Component\Console\Output\OutputInterface $output )
getConverterter ( Goetas\Xsd\XsdToPhp\Naming\NamingStrategy $naming )

Method Details

configure() protected method

See also: Console\Command\Command
protected configure ( )

convert() protected method

protected convert ( AbstractConverter $converter, array $schemas, array $targets, Symfony\Component\Console\Output\OutputInterface $output )
$converter Goetas\Xsd\XsdToPhp\AbstractConverter
$schemas array
$targets array
$output Symfony\Component\Console\Output\OutputInterface

getConverterter() protected method

protected getConverterter ( Goetas\Xsd\XsdToPhp\Naming\NamingStrategy $naming )
$naming Goetas\Xsd\XsdToPhp\Naming\NamingStrategy