MethodistBaptismSet::getPageStatistics - jcobban/Genealogy GitHub Wiki
$baptismSet->getPageStatistics()
This method has no parameters. The set of baptisms that it reports statistics for is specified by the constructor.
Examples:
$baptisms = new MethodistBaptismSet(array('volume' => 2));
$result = $baptisms->getPageStatistics();
Returns an array each row of which is an associative array containing the following fields for each Page in the set. The volume parameter must be specified in the constructor:
key | value |
---|---|
page | page number |
count | number of transcribed baptisms in the volume |
linkcount | number of baptisms linked to the family tree |
Next: class Name