Lines Matching refs:xref
118 ->where('xref', '=', $individual->xref())
231 $xref = (string) $story->xref;
233 $story->individual = Registry::individualFactory()->make($xref, $tree);
282 $xref = Validator::queryParams($request)->isXref()->string('xref', '');
286 $xref = (string) DB::table('block')
296 $individual = Registry::individualFactory()->make($xref, $tree);
319 $xref = Validator::parsedBody($request)->string('xref');
332 'xref' => $xref,
337 'xref' => $xref,
394 $xref = (string) $story->xref;
396 $story->individual = Registry::individualFactory()->make($xref, $tree);