Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Neos
Flow
Persistence
Doctrine
Migrations
Version20160711103441
PHP Class Neos\Flow\Persistence\Doctrine\Migrations\Version20160711103441
Inheritance:
extends
Doctrine\DBAL\Migrations\AbstractMigration
Afficher le fichier
Open project: neos/neos-development-collection
Méthodes publiques
Méthode
Description
down
(
Doctrine\DBAL\Schema\Schema
$schema
) :
void
getDescription
( ) :
string
up
(
Doctrine\DBAL\Schema\Schema
$schema
) :
void
Method Details
down()
public
méthode
public
down
(
Doctrine\DBAL\Schema\Schema
$schema
) :
void
$schema
Doctrine\DBAL\Schema\Schema
Résultat
void
getDescription()
public
méthode
public
getDescription
( ) :
string
Résultat
string
up()
public
méthode
public
up
(
Doctrine\DBAL\Schema\Schema
$schema
) :
void
$schema
Doctrine\DBAL\Schema\Schema
Résultat
void