Lines Matching refs:husband
2650 $husband = $family->husband();
2652 if ($husband) {
2653 $list[$husband->xref()] = $husband;
2655 $list[$husband->xref()]->generation = $list[$pid]->generation - 1;
2657 $list[$husband->xref()]->generation = 1;
2712 $husband = $family->husband();
2714 if ($husband) {
2715 $list[$husband->xref()] = $husband;
2716 $list[$husband->xref()]->generation = $list[$id]->generation + 1;
2723 if ($husband) {
2724 $genlist[] = $husband->xref();