Lines Matching refs:spouse
272 $spouse = $family->spouse($this, Auth::PRIV_HIDE);
273 if ($spouse) {
274 preg_match_all('/\n2 DATE (.+)/', $spouse->gedcom, $date_matches);
586 $spouse = $family->spouse($this);
587 if ($spouse) {
588 $tmp = $spouse->getBirthDate();
698 return $family->spouse($this);
785 $spouse = $family->spouse($this);
787 if ($spouse instanceof self) {
788 foreach ($family->spouse($this)->spouseFamilies() as $step_family) {
847 if ($step_family->spouse($step_parent) instanceof Individual) {
849 … return I18N::translate('Father’s family with %s', $step_family->spouse($step_parent)->fullName());
857 if ($step_family->spouse($step_parent) instanceof Individual) {
859 … return I18N::translate('Mother’s family with %s', $step_family->spouse($step_parent)->fullName());
885 $spouse = $family->spouse($this);
887 if ($spouse instanceof Individual) {
889 return I18N::translate('Family with %s', $spouse->fullName());