Home
last modified time | relevance | path

Searched defs:wife (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/
H A DFamily.php39 private Individual|null $wife = null; variable in Fisharebest\\Webtrees\\Family
102 public function wife(int|null $access_level = null): Individual|null function in Fisharebest\\Webtrees\\Family
H A DRelationship.php519 public function wife(): Relationship function in Fisharebest\\Webtrees\\Relationship
/webtrees/resources/views/lists/
H A Dfamilies-table.phtml172 …<?php $wife = $family->wife() ?? Registry::individualFactory()->new('W', '0 @W@ INDI', null, $fami… variable