Home
last modified time | relevance | path

Searched defs:now (Results 1 – 5 of 5) sorted by relevance

/webtrees/app/Contracts/
H A DTimeFactoryInterface.php30 public function now(): float; function
H A DTimestampFactoryInterface.php49 public function now(UserInterface|null $user = null): TimestampInterface; function
/webtrees/app/Factories/
H A DTimeFactory.php34 public function now(): float function in Fisharebest\\Webtrees\\Factories\\TimeFactory
H A DTimestampFactory.php79 public function now(UserInterface|null $user = null): TimestampInterface function in Fisharebest\\Webtrees\\Factories\\TimestampFactory
/webtrees/app/Services/
H A DRateLimitService.php39 private int $now; variable in Fisharebest\\Webtrees\\Services\\RateLimitService