Home
last modified time | relevance | path

Searched refs:fostering (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Module/
H A DLanguageFrench.php168 Relationship::fixed('mère d’accueil', '%s de la mère d’acceuil')->fostering()->mother(),
169 Relationship::fixed('père d’accueil', '%s du père d’acceuil')->fostering()->father(),
170 … Relationship::fixed('parent d’accueil', '%s du parent d’acceuil')->fostering()->parent(),
171 Relationship::fixed('sœur d’accueil', '%s de la sœur d’accueil')->fostering()->sister(),
172 Relationship::fixed('frère d’accueil', '%s du frère d’accueil')->fostering()->brother(),
173 … Relationship::fixed('frère/sœur d’accueil', '%s du frère/sœur d’accueil')->fostering()->sibling(),
H A DLanguageEnglishUnitedStates.php155 Relationship::fixed('foster-mother', 'foster-mother’s %s')->fostering()->mother(),
156 Relationship::fixed('foster-father', 'foster-father’s %s')->fostering()->father(),
157 Relationship::fixed('foster-parent', 'foster-parent’s %s')->fostering()->parent(),
/webtrees/app/
H A DRelationship.php356 public function fostering(): Relationship function in Fisharebest\\Webtrees\\Relationship