class BirthSet - jcobban/Genealogy GitHub Wiki
class BirthSet
Up: Object-Oriented Access to Database Records
This is a class that extends class RecordSet to represent a set of civil birth registrations or certificates, each of which is represented by an instance of class Birth.
Table of Contents
- new BirthSet($parms)
- $birthSet->getSummary()
- $birthSet->getStatistics()
- $birthSet->getCountyStatistics()
Next: new BirthSet($parms)