- Timestamp:
- 04/07/08 14:52:23 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
modules/sapphire/branches/roa/core/control/HTTPResponse.php
r55557 r57404 76 76 function getStatusCode() { 77 77 return $this->statusCode; 78 } 79 80 /** 81 * Returns true if this HTTP response is in error 82 */ 83 function isError() { 84 return $this->statusCode && ($this->statusCode < 200 || $this->statusCode > 399); 78 85 } 79 86
