Example #1
0
 /**
  * {@inheritdoc}
  */
 public function getCommandNamePrefix()
 {
     return parent::getCommandNamePrefix() . 'migrations:';
 }
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setDescription('Build PHP classes and database structure from model definition');
 }