Lines Matching refs:parent
150 Relationship::fixed('adoptive-parent', 'adoptive-parent’s %s')->adoptive()->parent(),
157 Relationship::fixed('foster-parent', 'foster-parent’s %s')->fostering()->parent(),
164 Relationship::fixed('parent', 'parent’s %s')->parent(),
183 Relationship::fixed('half-sister', 'half-sister’s %s')->parent()->daughter(),
184 Relationship::fixed('half-brother', 'half-brother’s %s')->parent()->son(),
185 Relationship::fixed('half-sibling', 'half-sibling’s %s')->parent()->child(),
187 Relationship::fixed('stepmother', 'stepmother’s %s')->parent()->wife(),
188 Relationship::fixed('stepfather', 'stepfather’s %s')->parent()->husband(),
189 Relationship::fixed('stepparent', 'stepparent’s %s')->parent()->married()->spouse(),
193 Relationship::fixed('stepsister', 'stepsister’s %s')->parent()->spouse()->daughter(),
194 Relationship::fixed('stepbrother', 'stepbrother’s %s')->parent()->spouse()->son(),
195 Relationship::fixed('stepsibling', 'stepsibling’s %s')->parent()->spouse()->child(),
209 … Relationship::fixed('parent-in-law', 'parent-in-law’s %s')->married()->spouse()->parent(),
225 … Relationship::fixed('maternal-grandparent', 'maternal-grandfather’s %s')->mother()->parent(),
228 … Relationship::fixed('paternal-grandparent', 'paternal-grandfather’s %s')->father()->parent(),
229 Relationship::fixed('grandmother', 'grandmother’s %s')->parent()->mother(),
230 Relationship::fixed('grandfather', 'grandfather’s %s')->parent()->father(),
231 Relationship::fixed('grandparent', 'grandparent’s %s')->parent()->parent(),