Home
last modified time | relevance | path

Searched refs:chart_service (Results 1 – 6 of 6) sorted by relevance

/webtrees/app/Module/
H A DPedigreeMapModule.php68 protected ChartService $chart_service; variable in Fisharebest\\Webtrees\\Module\\PedigreeMapModule
75 * @param ChartService $chart_service
80 ChartService $chart_service, argument
84 $this->chart_service = $chart_service;
219 $facts = $this->getPedigreeMapFacts($request, $this->chart_service);
290 * @param ChartService $chart_service
294 …d function getPedigreeMapFacts(ServerRequestInterface $request, ChartService $chart_service): array argument
301 $ancestors = $chart_service->sosaStradonitzAncestors($individual, $generations);
H A DDescendancyChartModule.php62 private ChartService $chart_service; variable in Fisharebest\\Webtrees\\Module\\DescendancyChartModule
65 * @param ChartService $chart_service
67 public function __construct(ChartService $chart_service) argument
69 $this->chart_service = $chart_service;
189 $individuals = $this->chart_service->descendants($individual, $generations - 1);
198 … $families = $this->chart_service->descendantFamilies($individual, $generations - 1);
H A DCompactTreeChartModule.php45 private ChartService $chart_service; variable in Fisharebest\\Webtrees\\Module\\CompactTreeChartModule
48 * @param ChartService $chart_service
50 public function __construct(ChartService $chart_service) argument
52 $this->chart_service = $chart_service;
160 'ancestors' => $this->chart_service->sosaStradonitzAncestors($individual, 5),
H A DAncestorsChartModule.php62 private ChartService $chart_service; variable in Fisharebest\\Webtrees\\Module\\AncestorsChartModule
65 * @param ChartService $chart_service
67 public function __construct(ChartService $chart_service) argument
69 $this->chart_service = $chart_service;
184 $ancestors = $this->chart_service->sosaStradonitzAncestors($individual, $generations);
H A DPedigreeChartModule.php72 private ChartService $chart_service; variable in Fisharebest\\Webtrees\\Module\\PedigreeChartModule
75 * @param ChartService $chart_service
77 public function __construct(ChartService $chart_service) argument
79 $this->chart_service = $chart_service;
194 $ancestors = $this->chart_service->sosaStradonitzAncestors($individual, $generations);
H A DFanChartModule.php105 private ChartService $chart_service; variable in Fisharebest\\Webtrees\\Module\\FanChartModule
108 * @param ChartService $chart_service
110 public function __construct(ChartService $chart_service) argument
112 $this->chart_service = $chart_service;
262 $ancestors = $this->chart_service->sosaStradonitzAncestors($individual, $generations);