Searched refs:monthNameNominativeCase (Results 1 – 7 of 7) sorted by relevance
/webtrees/app/Date/ |
H A D | HijriDate.php | 89 protected function monthNameNominativeCase(int $month, bool $leap_year): string function in Fisharebest\\Webtrees\\Date\\HijriDate 271 return $this->monthNameNominativeCase($month, $leap_year);
|
H A D | FrenchDate.php | 93 protected function monthNameNominativeCase(int $month, bool $leap_year): string function in Fisharebest\\Webtrees\\Date\\FrenchDate 284 return $this->monthNameNominativeCase($month, $leap_year);
|
H A D | JewishDate.php | 133 protected function monthNameNominativeCase(int $month, bool $leap_year): string function in Fisharebest\\Webtrees\\Date\\JewishDate 343 return $this->monthNameNominativeCase($month, $leap_year);
|
H A D | AbstractCalendarDate.php | 681 return $this->monthNameNominativeCase($this->month, $this->isLeapYear()); 709 abstract protected function monthNameNominativeCase(int $month, bool $leap_year): string; function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate
|
H A D | AbstractGregorianJulianDate.php | 86 protected function monthNameNominativeCase(int $month, bool $leap_year): string function in Fisharebest\\Webtrees\\Date\\AbstractGregorianJulianDate
|
H A D | JalaliDate.php | 86 protected function monthNameNominativeCase(int $month, bool $leap_year): string function in Fisharebest\\Webtrees\\Date\\JalaliDate
|
/webtrees/ |
H A D | phpstan-baseline.neon | 280 …thod Fisharebest\\Webtrees\\Date\\AbstractGregorianJulianDate\:\:monthNameNominativeCase\(\) shoul… 316 …message: '#^Method Fisharebest\\Webtrees\\Date\\FrenchDate\:\:monthNameNominativeCase\(\) should r… 346 …message: '#^Method Fisharebest\\Webtrees\\Date\\HijriDate\:\:monthNameNominativeCase\(\) should re… 382 …message: '#^Method Fisharebest\\Webtrees\\Date\\JalaliDate\:\:monthNameNominativeCase\(\) should r… 412 …message: '#^Method Fisharebest\\Webtrees\\Date\\JewishDate\:\:monthNameNominativeCase\(\) should r…
|