Example #1
0
 /**
  * {@inheritDoc}
  */
 protected function configure()
 {
     $this->addRequiredOption('type');
     parent::configure();
 }
Example #2
0
 /**
  * {@inheritDoc}
  */
 protected function configure()
 {
     $this->addOption('max_length');
     parent::configure();
 }