PHP Class Newscoop\CommunityTickerBundle\Command\MigrateTablesCommand

Inheritance: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

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

Méthodes protégées

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

Method Details

configure() protected méthode

protected configure ( )

execute() protected méthode

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 méthode

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
Résultat void