mediatekformation

MigrationPlan
in package

Represents an available migration to be executed in a specific direction.

Table of Contents

$result  : ExecutionResult
$direction  : string
$migration  : AbstractMigration
$version  : Version
__construct()  : mixed
getDirection()  : string
getMigration()  : AbstractMigration
getResult()  : ExecutionResult|null
getVersion()  : Version
markAsExecuted()  : void

Properties

Methods

getDirection()

public getDirection() : string
Return values
string

getResult()

public getResult() : ExecutionResult|null
Return values
ExecutionResult|null

markAsExecuted()

public markAsExecuted(ExecutionResult $result) : void
Parameters
$result : ExecutionResult
Return values
void

Search results