Home
last modified time | relevance | path

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

/webtrees/app/
H A DRelationship.php53 public const SIBLINGS = ['F' => self::SISTER, 'M' => self::BROTHER, 'U' => self::SIBLING]; define in Fisharebest\\Webtrees\\Relationship
233 return $this->relation(self::SIBLINGS);
475 if (!in_array($patterns[$n], Relationship::SIBLINGS, true)) {
/webtrees/app/Services/
H A DRelationshipService.php52 'CHIL' => Relationship::SIBLINGS,