PHP 클래스 Neos\Flow\Persistence\Doctrine\Migrations\Version20110923125535

상속: extends Doctrine\DBAL\Migrations\AbstractMigration
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
down ( Doctrine\DBAL\Schema\Schema $schema ) : void
up ( Doctrine\DBAL\Schema\Schema $schema ) : void

보호된 메소드들

메소드 설명
isPartyPackageInstalled ( ) : boolean

메소드 상세

down() 공개 메소드

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

isPartyPackageInstalled() 보호된 메소드

protected isPartyPackageInstalled ( ) : boolean
리턴 boolean

up() 공개 메소드

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