PHP Class Application\Migrations\Version20160410190541

Inheritance: extends Doctrine\DBAL\Migrations\AbstractMigration, implements Symfony\Component\DependencyInjection\ContainerAwareInterface
Datei anzeigen Open project: wallabag/wallabag

Public Methods

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

Private Methods

Method Description
getTable ( $tableName )

Method Details

down() public method

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

setContainer() public method

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

up() public method

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