Home
last modified time | relevance | path

Searched refs:SPOUSES (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/
H A DRelationship.php56 public const array SPOUSES = ['F' => self::WIFE, 'M' => self::HUSBAND, 'U' => self::SPOUSE];
449 return $this->relation(self::SPOUSES);
/webtrees/app/Services/
H A DRelationshipService.php58 'HUSB' => Relationship::SPOUSES,
59 'WIFE' => Relationship::SPOUSES,
63 'HUSB' => Relationship::SPOUSES,
64 'WIFE' => Relationship::SPOUSES,