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 25
__construct(IRequest $request, IResponse $response)
No description
at line 38
bool
isModified($lastModified = NULL, $etag = NULL)
Attempts to cache the sent entity by its last modification date.
at line 85
IRequest
getRequest()
No description
at line 94
IResponse
getResponse()
No description