PHP Class Neos\Flow\Persistence\Doctrine\Migrations\Version20161125171231

Inheritance: extends Doctrine\DBAL\Migrations\AbstractMigration
Datei anzeigen Open project: neos/neos-development-collection

Public Methods

Method Description
down ( Doctrine\DBAL\Schema\Schema $schema ) : void
up ( Doctrine\DBAL\Schema\Schema $schema ) : void

Method Details

down() public method

public down ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
return void

up() public method

public up ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
return void