class MethodistBaptismSet - jcobban/Genealogy GitHub Wiki
class MethodistBaptismSet
Up: Object-Oriented Access to Database Records
This is a class that extends class RecordSet to represent a set of records of baptisms performed by ministers of the Wesleyan Methodist Church in Canada, each of which is represented by an instance of class MethodistBaptism.
Table of Contents
- new MethodistBaptismSet($parms)
- $baptismSet->getStatistics()
- $baptismSet->getDistrictStatistics()
- $baptismSet->getVolumeStatistics()
- $baptismSet->getPageStatistics()
Next: class Name