Home
last modified time | relevance | path

Searched defs:color_service (Results 1 – 15 of 15) sorted by relevance

/webtrees/app/Statistics/Google/
H A DChartCommonGiven.php33 private ColorService $color_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartCommonGiven
38 public function __construct(ColorService $color_service)
H A DChartMedia.php34 private ColorService $color_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartMedia
39 public function __construct(ColorService $color_service)
H A DChartFamilyWithSources.php33 private ColorService $color_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartFamilyWithSources
38 public function __construct(ColorService $color_service)
H A DChartIndividualWithSources.php33 private ColorService $color_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartIndividualWithSources
38 public function __construct(ColorService $color_service)
H A DChartMortality.php33 private ColorService $color_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartMortality
38 public function __construct(ColorService $color_service)
H A DChartDivorce.php41 private ColorService $color_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartDivorce
48 …public function __construct(CenturyService $century_service, ColorService $color_service, Tree $tr…
H A DChartDeath.php41 private ColorService $color_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartDeath
48 …public function __construct(CenturyService $century_service, ColorService $color_service, Tree $tr…
H A DChartBirth.php41 private ColorService $color_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartBirth
48 …public function __construct(CenturyService $century_service, ColorService $color_service, Tree $tr…
H A DChartMarriage.php41 private ColorService $color_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartMarriage
48 …public function __construct(CenturyService $century_service, ColorService $color_service, Tree $tr…
H A DChartCommonSurname.php37 private ColorService $color_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartCommonSurname
45 …public function __construct(ColorService $color_service, SurnameTraditionInterface $surname_tradit…
H A DChartFamilyLargest.php41 private ColorService $color_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartFamilyLargest
47 public function __construct(ColorService $color_service, Tree $tree)
/webtrees/app/Statistics/Repository/
H A DMediaRepository.php35 private ColorService $color_service; variable in Fisharebest\\Webtrees\\Statistics\\Repository\\MediaRepository
67 public function __construct(ColorService $color_service, Tree $tree)
H A DFamilyRepository.php58 private ColorService $color_service; variable in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository
67 …public function __construct(CenturyService $century_service, ColorService $color_service, Tree $tr…
H A DIndividualRepository.php71 private ColorService $color_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.php141 ColorService $color_service,