Context
class Context extends Object
HTTP-specific tasks.
Methods
bool
isModified($lastModified = NULL, $etag = NULL)
Attempts to cache the sent entity by its last modification date.
getRequest()
No description
getResponse()
No description
Details
at line 27
__construct(IRequest $request, IResponse $response)
No description
at line 40
bool
isModified($lastModified = NULL, $etag = NULL)
Attempts to cache the sent entity by its last modification date.
at line 87
IRequest
getRequest()
No description
at line 96
IResponse
getResponse()
No description