/webtrees/app/Statistics/Google/ |
H A D | ChartMortality.php | 23 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 D | ChartCommonGiven.php | 23 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 D | ChartFamilyWithSources.php | 23 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 D | ChartIndividualWithSources.php | 23 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 D | ChartMedia.php | 24 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 D | ChartFamilyLargest.php | 26 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 D | ChartCommonSurname.php | 23 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 D | ChartDivorce.php | 25 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 D | ChartDeath.php | 25 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 D | ChartBirth.php | 25 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 D | ChartMarriage.php | 25 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 D | MediaRepository.php | 26 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 D | FamilyRepository.php | 36 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 D | IndividualRepository.php | 44 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 D | EmbeddedVariablesTest.php | 61 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias 120 new ColorService(), 143 new ColorService(),
|
/webtrees/tests/app/Statistics/Service/ |
H A D | ColorServiceTest.php | 30 self::assertTrue(class_exists(ColorService::class));
|
/webtrees/app/Statistics/Service/ |
H A D | ColorService.php | 31 class ColorService class
|
/webtrees/app/ |
H A D | Statistics.php | 58 use Fisharebest\Webtrees\Statistics\Service\ColorService; alias 133 * @param ColorService $color_service 141 ColorService $color_service,
|