PHP 클래스 EnterprisePlan

상속: extends Illuminate\Database\Migrations\Migration
파일 보기 프로젝트 열기: hillelcoren/invoice-ninja

공개 메소드들

메소드 설명
down ( ) : void Reverse the migrations.
up ( ) : void Run the migrations.

보호된 메소드들

메소드 설명
checkTimeout ( $timeout, $startTime )

비공개 메소드들

메소드 설명
upAccounts ( $primaryAccount, $otherAccounts = [] )

메소드 상세

checkTimeout() 보호된 메소드

protected checkTimeout ( $timeout, $startTime )

down() 공개 메소드

Reverse the migrations.
public down ( ) : void
리턴 void

up() 공개 메소드

Run the migrations.
public up ( ) : void
리턴 void