/**
  * Create a new command instance.
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->commandData = new CommandData($this, CommandData::$COMMAND_TYPE_SCAFFOLD);
 }