Searched defs:wife (Results 1 – 3 of 3) sorted by relevance
/webtrees/app/ | ||
H A D | Family.php | 39 private Individual|null $wife = null; variable in Fisharebest\\Webtrees\\Family |
H A D | Relationship.php | 519 public function wife(): Relationship function in Fisharebest\\Webtrees\\Relationship |
/webtrees/resources/views/lists/ | ||
H A D | families-table.phtml | 172 …<?php $wife = $family->wife() ?? Registry::individualFactory()->new('W', '0 @W@ INDI', null, $fami… variable |