PHP Class EnterprisePlan

Inheritance: extends Illuminate\Database\Migrations\Migration
Afficher le fichier Open project: hillelcoren/invoice-ninja

Méthodes publiques

Méthode Description
down ( ) : void Reverse the migrations.
up ( ) : void Run the migrations.

Méthodes protégées

Méthode Description
checkTimeout ( $timeout, $startTime )

Private Methods

Méthode Description
upAccounts ( $primaryAccount, $otherAccounts = [] )

Method Details

checkTimeout() protected méthode

protected checkTimeout ( $timeout, $startTime )

down() public méthode

Reverse the migrations.
public down ( ) : void
Résultat void

up() public méthode

Run the migrations.
public up ( ) : void
Résultat void