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