Пример #1
0
 /**
  * (non-PHPdoc)
  *
  * @see \SK\ITCBundle\Service\Code\AbstractGenerator\Generator::configure()
  */
 protected function configure()
 {
     parent::configure();
     $this->addArgument('namespace', InputArgument::OPTIONAL, 'Namespace Name', 'AppBundle\\DTD\\Document');
     $this->addArgument('parentClass', InputArgument::OPTIONAL, 'Entity Generalized Class', '\\SK\\ITCBundle\\DTD\\Document');
     $this->addArgument('output', InputArgument::OPTIONAL, 'Output Folder', 'src/AppBundle/DTD/Document');
 }
Пример #2
0
 /**
  * (non-PHPdoc)
  *
  * @see \SK\ITCBundle\Service\Code\Generator\WSDL\AbstractGenerator::configure()
  */
 protected function configure()
 {
     parent::configure();
 }