Propel API
Class

PropelColumnDiff

class PropelColumnDiff

Value object for storing Column object diffs.

Heavily inspired by Doctrine2's Migrations
(see http://github.com/doctrine/dbal/tree/master/lib/Doctrine/DBAL/Schema/)

Methods

setChangedProperties(array $changedProperties)

Setter for the changedProperties property

array getChangedProperties()

Getter for the changedProperties property

setFromColumn(Column $fromColumn)

Setter for the fromColumn property

Column getFromColumn()

Getter for the fromColumn property

setToColumn(Column $toColumn)

Setter for the toColumn property

Column getToColumn()

Getter for the toColumn property

PropelColumnDiff getReverseDiff()

Get the reverse diff for this diff

__toString()

Details

at line 31
public setChangedProperties(array $changedProperties)

Setter for the changedProperties property

Parameters

array $changedProperties

at line 41
public array getChangedProperties()

Getter for the changedProperties property

Return Value

array

at line 51
public setFromColumn(Column $fromColumn)

Setter for the fromColumn property

Parameters

Column $fromColumn

at line 61
public Column getFromColumn()

Getter for the fromColumn property

Return Value

Column

at line 71
public setToColumn(Column $toColumn)

Setter for the toColumn property

Parameters

Column $toColumn

at line 81
public Column getToColumn()

Getter for the toColumn property

Return Value

Column

at line 91
public PropelColumnDiff getReverseDiff()

Get the reverse diff for this diff

Return Value

PropelColumnDiff

at line 109
public __toString()