Goetas\Xsd\XsdToPhp\Command\ConvertToYaml::configure PHP Méthode

configure() protected méthode

See also: Console\Command\Command
protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName('convert:jms-yaml');
        $this->setDescription('Convert XSD definitions into YAML metadata for JMS Serializer');
    }