Home
last modified time | relevance | path

Searched refs:ColorService (Results 1 – 18 of 18) sorted by relevance

/webtrees/app/Statistics/Google/
H A DChartMortality.php23 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias
33 private ColorService $color_service;
36 * @param ColorService $color_service
38 public function __construct(ColorService $color_service)
H A DChartCommonGiven.php23 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias
33 private ColorService $color_service;
36 * @param ColorService $color_service
38 public function __construct(ColorService $color_service)
H A DChartFamilyWithSources.php23 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias
33 private ColorService $color_service;
36 * @param ColorService $color_service
38 public function __construct(ColorService $color_service)
H A DChartIndividualWithSources.php23 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias
33 private ColorService $color_service;
36 * @param ColorService $color_service
38 public function __construct(ColorService $color_service)
H A DChartMedia.php24 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias
34 private ColorService $color_service;
37 * @param ColorService $color_service
39 public function __construct(ColorService $color_service)
H A DChartFamilyLargest.php26 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias
41 private ColorService $color_service;
44 * @param ColorService $color_service
47 public function __construct(ColorService $color_service, Tree $tree)
H A DChartCommonSurname.php23 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias
37 private ColorService $color_service;
42 * @param ColorService $color_service
45 …public function __construct(ColorService $color_service, SurnameTraditionInterface $surname_tradit…
H A DChartDivorce.php25 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias
41 private ColorService $color_service;
45 * @param ColorService $color_service
48 …public function __construct(CenturyService $century_service, ColorService $color_service, Tree $tr…
H A DChartDeath.php25 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias
41 private ColorService $color_service;
45 * @param ColorService $color_service
48 …public function __construct(CenturyService $century_service, ColorService $color_service, Tree $tr…
H A DChartBirth.php25 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias
41 private ColorService $color_service;
45 * @param ColorService $color_service
48 …public function __construct(CenturyService $century_service, ColorService $color_service, Tree $tr…
H A DChartMarriage.php25 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias
41 private ColorService $color_service;
45 * @param ColorService $color_service
48 …public function __construct(CenturyService $century_service, ColorService $color_service, Tree $tr…
/webtrees/app/Statistics/Repository/
H A DMediaRepository.php26 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias
35 private ColorService $color_service;
64 * @param ColorService $color_service
67 public function __construct(ColorService $color_service, Tree $tree)
H A DFamilyRepository.php36 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias
58 private ColorService $color_service;
64 * @param ColorService $color_service
67 …public function __construct(CenturyService $century_service, ColorService $color_service, Tree $tr…
H A DIndividualRepository.php44 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias
71 private ColorService $color_service;
77 * @param ColorService $color_service
80 …public function __construct(CenturyService $century_service, ColorService $color_service, Tree $tr…
/webtrees/tests/feature/
H A DEmbeddedVariablesTest.php61 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias
120 new ColorService(),
143 new ColorService(),
/webtrees/tests/app/Statistics/Service/
H A DColorServiceTest.php30 self::assertTrue(class_exists(ColorService::class));
/webtrees/app/Statistics/Service/
H A DColorService.php31 class ColorService class
/webtrees/app/
H A DStatistics.php58 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias
133 * @param ColorService $color_service
141 ColorService $color_service,