Interface Yiisoft\HttpMiddleware\HttpCache\LastModifiedProvider\LastModifiedProviderInterface
| Implemented by | Yiisoft\ |
|---|
Provides last modified date given a server request.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| get() | Returns the last modified date for the given server request. | Yiisoft\ |
Method Details
Returns the last modified date for the given server request.
| public abstract DateTimeImmutable|null get ( \ | ||
| $request | \ |
The server request for which to generate the last modified date. |
| return | DateTimeImmutable|null |
The last modified date or null if no last modified date is applicable. |
|---|---|---|
public function get(ServerRequestInterface $request): ?DateTimeImmutable;
User Contributed Notes
Leave a comment
Join the conversation to share a note.