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

Inheritance: extends Doctrine\DBAL\Migrations\AbstractMigration
Show file Open project: neos/flow-development-collection

Public Methods

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

Protected Methods

Method Description
isPartyPackageInstalled ( ) : boolean

Method Details

down() public method

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

isPartyPackageInstalled() protected method

protected isPartyPackageInstalled ( ) : boolean
return boolean

up() public method

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