PHP Class Application\Migrations\Version20160916201049

Inheritance: extends Doctrine\DBAL\Migrations\AbstractMigration, implements Symfony\Component\DependencyInjection\ContainerAwareInterface
Afficher le fichier Open project: wallabag/wallabag

Méthodes publiques

Méthode Description
down ( Doctrine\DBAL\Schema\Schema $schema )
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
up ( Doctrine\DBAL\Schema\Schema $schema )

Private Methods

Méthode Description
getTable ( $tableName )

Method Details

down() public méthode

public down ( Doctrine\DBAL\Schema\Schema $schema )
$schema Doctrine\DBAL\Schema\Schema

setContainer() public méthode

public setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
$container Symfony\Component\DependencyInjection\ContainerInterface

up() public méthode

public up ( Doctrine\DBAL\Schema\Schema $schema )
$schema Doctrine\DBAL\Schema\Schema