Lines Matching refs:Registry
207 return Registry::elementFactory()->make($this->tag())->canonical($value);
229 return Registry::familyFactory()->make($xref, $this->record->tree());
235 return Registry::individualFactory()->make($xref, $this->record->tree());
238 Registry::individualFactory()->make($xref, $this->record->tree()) ??
239 Registry::submitterFactory()->make($xref, $this->record->tree());
241 return Registry::sourceFactory()->make($xref, $this->record->tree());
243 return Registry::mediaFactory()->make($xref, $this->record->tree());
245 return Registry::repositoryFactory()->make($xref, $this->record->tree());
247 return Registry::noteFactory()->make($xref, $this->record->tree());
251 return Registry::submitterFactory()->make($xref, $this->record->tree());
253 return Registry::submissionFactory()->make($xref, $this->record->tree());
255 return Registry::locationFactory()->make($xref, $this->record->tree());
257 return Registry::gedcomRecordFactory()->make($xref, $this->record->tree());
273 return Registry::elementFactory()->make($this->tag() . ':' . $tag)->canonical($value);
454 $element = Registry::elementFactory()->make('FAM:MARR:TYPE');
480 return Registry::elementFactory()->make($this->tag())->label();