Represents the change of a column.
Methods | ||
---|---|---|
public
|
__construct(string $oldColumnName, Column $column, string[] $changedProperties = [], ?Column $fromColumn = null)
|
# |
public
|
hasChanged(string $propertyName): bool
|
# |
public
|
getOldColumnName(): Identifier
|
# |
Properties | |||
---|---|---|---|
public
|
string
|
$oldColumnName
|
# |
public
|
Column
|
$column
|
# |
public
|
string[]
|
$changedProperties = []
|
# |
public
|
Column|null
|
$fromColumn
|
# |