PHP Class Application\Migrations\Version20150314111201

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

Public Methods

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

Method Details

down() public method

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

postDown() public method

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

postUp() public method

public postUp ( 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