SubDistrict::getPages - jcobban/Genealogy GitHub Wiki
$subdistrict->getPages()
This factory method is used to obtain a RecordSet
of all of the instances of class Page
associated with this instance of SubDistrict
.
$pages = $subdistrict->getPages();
foreach($pages as $pagenum => $page)
{
...
}