Final Class Yiisoft\HttpMiddleware\HttpCache\LastModifiedProvider\NullLastModifiedProvider
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Returns null for all requests.
It can be used when last modified functionality is not required.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| get() | Yiisoft\ |
Method Details
| public ?\ | ||
| $request | \ |
|
public function get(ServerRequestInterface $request): ?DateTimeImmutable
{
return null;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.