Documentation

ColumnDiff
in package

Represents the change of a column.

Tags
link
www.doctrine-project.org
since
2.0
author

Benjamin Eberlei kontakt@beberlei.de

Table of Contents

$changedProperties  : array<string|int, mixed>
$column  : Column
$fromColumn  : Column
$oldColumnName  : string
__construct()  : mixed
getOldColumnName()  : Identifier
hasChanged()  : bool

Properties

$changedProperties

public array<string|int, mixed> $changedProperties = array()

Methods

__construct()

public __construct(string $oldColumnName, Column $column[, array<string|int, string> $changedProperties = array() ][, Column $fromColumn = null ]) : mixed
Parameters
$oldColumnName : string
$column : Column
$changedProperties : array<string|int, string> = array()
$fromColumn : Column = null
Return values
mixed

hasChanged()

public hasChanged(string $propertyName) : bool
Parameters
$propertyName : string
Return values
bool

Search results