Advertiser::getName - jcobban/Genealogy GitHub Wiki
$advertiser->getName($options)
Up: class Advertiser
This method returns the descriptive name of the Advertiser
. This exists to extend Record::getName.
The parameter is ignored.
The return value is a string containing the contents of the adname
.
Next: $advertiser->increment()