DefaultResponse Class Reference
Detailed Description
Default Response implementation.
Definition at line 22 of file DefaultResponse.php.
Inheritance diagram for DefaultResponse:Public Member Functions | |
| __construct (Formatter $formatter) | |
| setCacheId ($cacheId) | |
| getCacheId () | |
| setStatus ($status) | |
| getStatus () | |
| setFile ($filename, $content='') | |
| getFile () | |
| setFinal () | |
| isFinal () | |
Additional Inherited Members | |
Public Attributes inherited from Response | |
| const | STATUS_200 = '200 OK' |
| const | STATUS_201 = '201 Created' |
| const | STATUS_202 = '202 Accepted' |
| const | STATUS_204 = '204 No Content' |
| const | STATUS_400 = '400 Bad Request' |
| const | STATUS_404 = '404 Not Found' |
Constructor & Destructor Documentation
| __construct | ( | Formatter | $formatter | ) |
Member Function Documentation
| setCacheId | ( | $cacheId | ) |
- See also
- Response::setCacheId()
Implements Response.
Definition at line 40 of file DefaultResponse.php.
| getCacheId | ( | ) |
- See also
- Response::getCacheId()
Implements Response.
Definition at line 47 of file DefaultResponse.php.
| setStatus | ( | $status | ) |
- See also
- Response::setStatus()
Implements Response.
Definition at line 54 of file DefaultResponse.php.
| getStatus | ( | ) |
- See also
- Response::getStatus()
Implements Response.
Definition at line 61 of file DefaultResponse.php.
| setFile | ( | $filename, | |
$content = '' |
|||
| ) |
| getFile | ( | ) |
| setFinal | ( | ) |
- See also
- Response::setFinal()
Implements Response.
Definition at line 89 of file DefaultResponse.php.
| isFinal | ( | ) |