Location::getIdlr - jcobban/Genealogy GitHub Wiki

$location->getIdlr()

Up: class Location

This method returns the value of the unique internal record number of the Location record within the Locations 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 $address->getIdar() and $temple->getIdtr().

Next: $location->getName($options)