Home
last modified time | relevance | path

Searched defs:century_service (Results 1 – 11 of 11) sorted by relevance

/webtrees/app/Statistics/Google/
H A DChartChildren.php36 private CenturyService $century_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartChildren
42 public function __construct(CenturyService $century_service, Tree $tree)
H A DChartMarriageAge.php40 private CenturyService $century_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartMarriageAge
46 public function __construct(CenturyService $century_service, Tree $tree)
H A DChartAge.php40 private CenturyService $century_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartAge
46 public function __construct(CenturyService $century_service, Tree $tree)
H A DChartNoChildrenFamilies.php37 private CenturyService $century_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartNoChildrenFamilies
43 public function __construct(CenturyService $century_service, Tree $tree)
H A DChartDivorce.php39 private CenturyService $century_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartDivorce
48 …public function __construct(CenturyService $century_service, ColorService $color_service, Tree $tr…
H A DChartDeath.php39 private CenturyService $century_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartDeath
48 …public function __construct(CenturyService $century_service, ColorService $color_service, Tree $tr…
H A DChartBirth.php39 private CenturyService $century_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartBirth
48 …public function __construct(CenturyService $century_service, ColorService $color_service, Tree $tr…
H A DChartMarriage.php39 private CenturyService $century_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartMarriage
48 …public function __construct(CenturyService $century_service, ColorService $color_service, Tree $tr…
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php56 private CenturyService $century_service; variable in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository
67 …public function __construct(CenturyService $century_service, ColorService $color_service, Tree $tr…
H A DIndividualRepository.php69 private CenturyService $century_service; variable in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
80 …public function __construct(CenturyService $century_service, ColorService $color_service, Tree $tr…
/webtrees/app/
H A DStatistics.php140 CenturyService $century_service,