$children * @var Family $family * @var Individual|null $father * @var Individual|null $mother * @var string $title * @var Tree $tree */ ?>

'HUSB', 'individual' => $father, 'tree' => $tree]) ?>
'WIFE', 'individual' => $mother, 'tree' => $tree]) ?>
$child) : ?>
'CHIL[]', 'id' => 'CHIL' . $n, 'individual' => $child, 'tree' => $tree]) ?>
'CHIL[]', 'id' => 'CHIL' . (count($children) + 1), 'tree' => $tree]) ?>