Lines Matching refs:relation
152 return $this->relation([self::BROTHER]);
162 protected function relation(array $relationships): Relationship function in Fisharebest\\Webtrees\\Relationship
233 return $this->relation(self::SIBLINGS);
249 return $this->relation(self::CHILDREN);
257 return $this->relation([self::DAUGHTER]);
316 return $this->relation([self::FATHER]);
370 return $this->married()->relation([self::HUSBAND]);
394 return $this->relation([self::MOTHER]);
417 return $this->relation(self::PARENTS);
425 return $this->relation([self::SISTER]);
433 return $this->relation([self::SON]);
449 return $this->relation(self::SPOUSES);
521 return $this->married()->relation([self::WIFE]);