Searched refs:numberToRomanNumerals (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/Services/ | ||
H A D | RomanNumeralsService.php | 55 public function numberToRomanNumerals(int $number): string function in Fisharebest\\Webtrees\\Services\\RomanNumeralsService |
/webtrees/app/Date/ | ||
H A D | FrenchDate.php | 345 return 'An ' . $this->roman_numerals_service->numberToRomanNumerals($this->year); |