Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Neos
Flow
Persistence
Doctrine
Migrations
Version20160711103441
PHP 클래스 Neos\Flow\Persistence\Doctrine\Migrations\Version20160711103441
상속:
extends
Doctrine\DBAL\Migrations\AbstractMigration
파일 보기
프로젝트 열기: neos/neos-development-collection
공개 메소드들
메소드
설명
down
(
Doctrine\DBAL\Schema\Schema
$schema
) :
void
getDescription
( ) :
string
up
(
Doctrine\DBAL\Schema\Schema
$schema
) :
void
메소드 상세
down()
공개
메소드
public
down
(
Doctrine\DBAL\Schema\Schema
$schema
) :
void
$schema
Doctrine\DBAL\Schema\Schema
리턴
void
getDescription()
공개
메소드
public
getDescription
( ) :
string
리턴
string
up()
공개
메소드
public
up
(
Doctrine\DBAL\Schema\Schema
$schema
) :
void
$schema
Doctrine\DBAL\Schema\Schema
리턴
void