Address::mergeAddresses - jcobban/Genealogy GitHub Wiki

$address->mergeAddresses($from)

Up: class Address

This merges any references in the family tree to any of the Address records identified by the parameter to use the current Address record instead.

parameter description
$from If this is an integer it identifies a single Address record. If it is an array of integers it identifies a set of Address records.

The instances of Address identified by $from are deleted.

Next: class Advertiser