Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Neos
Flow
Persistence
Doctrine
Migrations
Version20161115142022
PHP Class Neos\Flow\Persistence\Doctrine\Migrations\Version20161115142022
Inheritance:
extends
Doctrine\DBAL\Migrations\AbstractMigration
Exibir arquivo
Open project: neos/flow-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