Provides access to HTTP response, such as status, headers etc.
Wraps PHP's functions and global arrays to emulate Java's HttpServletResponse interface. That means it can only be used to represent the "current" response.
Located in /diy-framework/controller/Response.class.php (line 12)
Returns instance of self (Response object). Used to implement Singleton pattern.
Returns the whole response output buffer.
Returns character encoding.
Returns content type.
Returns response status.
Sends a temporary redirect response to the client using the specified redirect location URL.
Sets character encoding (e.g. "UTF-8").
Sets content type (e.g. "text/html").
Sets a HTTP response header.
Sets response status.
Writes a string into the response output buffer.
Documentation generated on Tue, 25 Sep 2007 11:17:23 +0200 by phpDocumentor 1.3.2