Searched refs:tree_id (Results 1 – 7 of 7) sorted by relevance
/webtrees/app/Services/ |
H A D | GedcomImportService.php | 238 $tree_id = $tree->id(); 290 ->where('l_file', '=', $tree_id) 297 ->where('l_file', '=', $tree_id) 325 'i_file' => $tree_id, 333 $this->updateDates($xref, $tree_id, $gedrec); 334 $this->updateNames($xref, $tree_id, $record); 355 'f_file' => $tree_id, 364 $this->updateDates($xref, $tree_id, $gedrec); 378 's_file' => $tree_id, 391 'o_file' => $tree_id, [all …]
|
H A D | TreeService.php | 180 $tree_id = DB::lastInsertId(); 182 $tree = new Tree($tree_id, $name, $title); 190 static function (Builder $query) use ($tree_id): void { 192 ->select([new Expression($tree_id), 'setting_name', 'setting_value']) 200 static function (Builder $query) use ($tree_id): void { 202 ->select([new Expression($tree_id), 'tag_type', 'resn'])
|
H A D | HomePageService.php | 324 * @param int $tree_id 330 …public function updateTreeBlocks(int $tree_id, Collection $main_block_ids, Collection $side_block_… argument 333 ->where('gedcom_id', '=', $tree_id) 368 'gedcom_id' => $tree_id,
|
/webtrees/app/Module/ |
H A D | RelationshipsChartModule.php | 591 * @param int $tree_id 595 private function allAncestors(string $xref1, string $xref2, int $tree_id): array argument 613 ->where('l1.l_file', '=', $tree_id) 636 * @param int $tree_id 640 private function excludeFamilies(string $xref1, string $xref2, int $tree_id): array argument 649 ->where('l1.l_file', '=', $tree_id)
|
/webtrees/app/Http/RequestHandlers/ |
H A D | FixLevel0MediaAction.php | 62 $tree_id = Validator::parsedBody($request)->integer('tree_id'); 64 $tree = $this->tree_service->find($tree_id);
|
/webtrees/app/ |
H A D | Tree.php | 161 …return static fn (object $row): Tree => new Tree((int) $row->tree_id, $row->tree_name, $row->tree_…
|
/webtrees/ |
H A D | phpstan-baseline.neon | 10312 message: '#^Access to an undefined property object\:\:\$tree_id\.$#'
|