Searched defs:now (Results 1 – 5 of 5) sorted by relevance
/webtrees/app/Contracts/ | ||
H A D | TimeFactoryInterface.php | 30 public function now(): float; function |
H A D | TimestampFactoryInterface.php | 49 public function now(UserInterface|null $user = null): TimestampInterface; function |
/webtrees/app/Factories/ | ||
H A D | TimeFactory.php | 34 public function now(): float function in Fisharebest\\Webtrees\\Factories\\TimeFactory |
H A D | TimestampFactory.php | 79 public function now(UserInterface|null $user = null): TimestampInterface function in Fisharebest\\Webtrees\\Factories\\TimestampFactory |
/webtrees/app/Services/ | ||
H A D | RateLimitService.php | 39 private int $now; variable in Fisharebest\\Webtrees\\Services\\RateLimitService |