Skip to content

Instantly share code, notes, and snippets.

@rccc
Last active August 29, 2015 14:02
Show Gist options
  • Save rccc/3a73fbf929a2b97eacda to your computer and use it in GitHub Desktop.
Save rccc/3a73fbf929a2b97eacda to your computer and use it in GitHub Desktop.
run command
$command = new CustomerSearchAdvertComparisonCommand();
$command->setContainer($event->getContainer());
$input = new ArgvInput(array('bvm:customer_search:advert:compare ', $entity->getId(), $search->getId()));
$output = new BufferedOutput();
$result = $command->run($input, $output);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment