Lines Matching refs:make
374 $family = Registry::familyFactory()->make($fam->family, $this->tree);
375 $child1 = Registry::individualFactory()->make($fam->ch1, $this->tree);
376 $child2 = Registry::individualFactory()->make($fam->ch2, $this->tree);
408 $family = Registry::familyFactory()->make($fam->family, $this->tree);
409 $child1 = Registry::individualFactory()->make($fam->ch1, $this->tree);
410 $child2 = Registry::individualFactory()->make($fam->ch2, $this->tree);
469 $family = Registry::familyFactory()->make($fam->family, $this->tree);
470 $child1 = Registry::individualFactory()->make($fam->ch1, $this->tree);
471 $child2 = Registry::individualFactory()->make($fam->ch2, $this->tree);
844 $person = Registry::individualFactory()->make($row->id, $this->tree);
1105 $family = Registry::familyFactory()->make((string) $xref, $this->tree);
1491 $family = Registry::familyFactory()->make($row->famid, $this->tree);
1492 $person = Registry::individualFactory()->make($row->i_id, $this->tree);