Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Neos
Flow
Persistence
Doctrine
Migrations
Version20150216124452
PHP Class Neos\Flow\Persistence\Doctrine\Migrations\Version20150216124452
Inheritance:
extends
Doctrine\DBAL\Migrations\AbstractMigration
Mostra 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