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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
migrateAccountRolesDown ( ) : void Generate SQL statements to migrate accounts down to embedded roles.
migrateAccountRolesUp ( ) : void Generate SQL statements to migrate accounts up to embedded roles.

메소드 상세

down() 공개 메소드

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

migrateAccountRolesDown() 보호된 메소드

Generate SQL statements to migrate accounts down to embedded roles.
protected migrateAccountRolesDown ( ) : void
리턴 void

migrateAccountRolesUp() 보호된 메소드

Generate SQL statements to migrate accounts up to embedded roles.
protected migrateAccountRolesUp ( ) : void
리턴 void

up() 공개 메소드

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