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

Inheritance: extends Doctrine\DBAL\Migrations\AbstractMigration
Mostrar archivo Open project: neos/neos-development-collection

Public Methods

Method Description
down ( Doctrine\DBAL\Schema\Schema $schema ) : void
getDescription ( ) : string
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

getDescription() public method

public getDescription ( ) : string
return string

up() public method

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