Final Class Yiisoft\Test\Support\Clock\StaticClock
| Inheritance | Yiisoft\Test\Support\Clock\StaticClock |
|---|---|
| Implements | Psr\Clock\ClockInterface |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Test\Support\Clock\StaticClock | |
| now() | Yiisoft\Test\Support\Clock\StaticClock |
Method Details
| public mixed __construct ( DateTimeImmutable $now ) | ||
| $now | DateTimeImmutable | |
public function __construct(
private DateTimeImmutable $now,
) {
}
Signup or Login in order to comment.