From d22a2d6354bde197957d8e18aab942369f1e3806 Mon Sep 17 00:00:00 2001
From: xue <>
Date: Wed, 13 Sep 2006 12:18:09 +0000
Subject: doc error fix.
---
framework/Web/THttpResponse.php | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
(limited to 'framework/Web/THttpResponse.php')
diff --git a/framework/Web/THttpResponse.php b/framework/Web/THttpResponse.php
index e4b1f661..50932920 100644
--- a/framework/Web/THttpResponse.php
+++ b/framework/Web/THttpResponse.php
@@ -27,13 +27,15 @@
* By default, THttpResponse is registered with {@link TApplication} as the
* response module. It can be accessed via {@link TApplication::getResponse()}.
*
- * THttpRequest may be configured in application configuration file as follows
+ * THttpResponse may be configured in application configuration file as follows
+ *
*
+ *
* where {@link getCacheExpire CacheExpire}, {@link getCacheControl CacheControl}
- * and {@link getBufferOutput BufferOutput} are configurable properties of THttpResponse.
+ * and {@link getBufferOutput BufferOutput} are optional properties of THttpResponse.
*
- * When sending headers the Charset set in {@link TGlobalization::getCharset()}
- * is use when Charset is null or empty in THttpResponse.
+ * THttpResponse sends charset header if either {@link setCharset() Charset}
+ * or {@link TGlobalization::setCharset() TGlobalization.Charset} is set.
*
* @author Qiang Xue
* @version $Id$
--
cgit v1.2.3