Home
last modified time | relevance | path

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

/webtrees/app/
H A DRelationship.php55 public const CHILDREN = ['F' => self::DAUGHTER, 'M' => self::SON, 'U' => self::CHILD]; define in Fisharebest\\Webtrees\\Relationship
193 return $this->repeatedRelationship(self::CHILDREN);
249 return $this->relation(self::CHILDREN);
481 if (!in_array($patterns[$descendants], Relationship::CHILDREN, true)) {
/webtrees/app/Services/
H A DRelationshipService.php57 'CHIL' => Relationship::CHILDREN,
62 'CHIL' => Relationship::CHILDREN,