PHP Class Newscoop\CommunityTickerBundle\Command\MigrateTablesCommand

Inheritance: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
Datei anzeigen Open project: sourcefabric/newscoop

Public Methods

Method Description
migrateData ( EntityManager $em, Symfony\Component\Console\Output\OutputInterface $output ) : void Migrate data to plugin database from core table

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

migrateData() public method

Migrate data to plugin database from core table
public migrateData ( EntityManager $em, Symfony\Component\Console\Output\OutputInterface $output ) : void
$em EntityManager
$output Symfony\Component\Console\Output\OutputInterface
return void