MethodistBaptismSet::getVolumeStatistics - jcobban/Genealogy GitHub Wiki
$baptismSet->getVolumeStatistics()
This method has no parameters. The set of baptisms that it reports statistics for is specified by the constructor.
Examples:
$baptisms = new MethodistBaptismSet(array());
$result = $baptisms->getVolumeStatistics();
Returns an array each row of which is an associative array containing the following fields for each Volume in the set. Normally this is called with an "empty" set which causes it to report on all volumes:
key | value |
---|---|
volume | volume |
pages | number of pages |
done | number of transcribed baptisms in the volume |
linkcount | number of baptisms linked to the family tree |