Location::getName - jcobban/Genealogy GitHub Wiki

$location->getName($options)

Up: class Location

This method returns the descriptive name of the Location. This extends Record::getName.

If a parameter is specified it is ignored.

The return value is a string containing the contents of the location field.

Next: $location->setName($newName)