Lines Matching refs:Registry
28 use Fisharebest\Webtrees\Registry; alias
92 $family = Registry::familyFactory()->mapper($this->tree)($row);
173 ->map(Registry::familyFactory()->mapper($this->tree))
255 ->map(Registry::familyFactory()->mapper($this->tree))
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);
632 ->map(Registry::familyFactory()->mapper($this->tree))
844 $person = Registry::individualFactory()->make($row->id, $this->tree);
1105 $family = Registry::familyFactory()->make((string) $xref, $this->tree);
1297 ->map(Registry::familyFactory()->mapper($this->tree))
1491 $family = Registry::familyFactory()->make($row->famid, $this->tree);
1492 $person = Registry::individualFactory()->make($row->i_id, $this->tree);