Skip to content

Address::getIdar

James Cobban edited this page Mar 25, 2022 · 2 revisions

$address->getIdar()

Up: class Address

This method returns the value of the unique internal record number of the Address record within the Addresses table. This method returns zero if the record does not have an assigned primary key value yet, that is the record has not yet been inserted into the database and consequently the unique identifier has not yet been assigned by the SQL server. This method is used by class Event to populate the field identifying where the Event took place.

This method parallels $location->getIdlr() and $temple->getIdtr().

Next: $address->getName($options)

Clone this wiki locally