interface MigrationRepositoryInterface

Methods

array
getRan(string $extension = null)

<p>Get the ran migrations for the given extension.</p>

void
log(string $file, string $extension = null)

<p>Log that a migration was run.</p>

void
delete(string $file, string $extension = null)

<p>Remove a migration from the log.</p>

bool
repositoryExists()

<p>Determine if the migration repository exists.</p>

Details

array getRan(string $extension = null)

<p>Get the ran migrations for the given extension.</p>

Parameters

string $extension

Return Value

array

void log(string $file, string $extension = null)

<p>Log that a migration was run.</p>

Parameters

string $file
string $extension

Return Value

void

void delete(string $file, string $extension = null)

<p>Remove a migration from the log.</p>

Parameters

string $file
string $extension

Return Value

void

bool repositoryExists()

<p>Determine if the migration repository exists.</p>

Return Value

bool