Skip to content

MarriageSet::getSummary

James Cobban edited this page Dec 14, 2019 · 1 revision

$marriageSet->getSummary()

Up: class MarriageSet

Get year by year statistics for marriage registrations. This returns an array with one record per year.each row of which is an array containing the following values:

index contents
0 year of registrations
1 number of marriage registrations transcribed
2 number of marriage registrations linked to tree

Example:

  $marriages	    = new MarriageSet(array('domain' => 'CAON'));
  $result	    = $marriages->getSummary();

Next: $marriageset->getStatistics()

Clone this wiki locally