PHP 클래스 Application\Migrations\Version20160911214952

상속: extends Doctrine\DBAL\Migrations\AbstractMigration, implements Symfony\Component\DependencyInjection\ContainerAwareInterface
파일 보기 프로젝트 열기: wallabag/wallabag

공개 메소드들

메소드 설명
down ( Doctrine\DBAL\Schema\Schema $schema )
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
up ( Doctrine\DBAL\Schema\Schema $schema )

비공개 메소드들

메소드 설명
getTable ( $tableName )

메소드 상세

down() 공개 메소드

public down ( Doctrine\DBAL\Schema\Schema $schema )
$schema Doctrine\DBAL\Schema\Schema

setContainer() 공개 메소드

public setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
$container Symfony\Component\DependencyInjection\ContainerInterface

up() 공개 메소드

public up ( Doctrine\DBAL\Schema\Schema $schema )
$schema Doctrine\DBAL\Schema\Schema