summaryrefslogtreecommitdiff
path: root/framework/Web/UI/TPage.php
diff options
context:
space:
mode:
authorxue <>2006-03-16 15:25:17 +0000
committerxue <>2006-03-16 15:25:17 +0000
commitecdf0c2b00aa3067f521f4db62173609ecf5a5be (patch)
treecdc313f8fe65d25ddec3fadcbe6aecd7bc8ea4a8 /framework/Web/UI/TPage.php
parent0398196913b7c9920e6163ef8bdef53e5bf92fce (diff)
Updated some API doc.
Diffstat (limited to 'framework/Web/UI/TPage.php')
-rw-r--r--framework/Web/UI/TPage.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php
index cb49d325..27742ddd 100644
--- a/framework/Web/UI/TPage.php
+++ b/framework/Web/UI/TPage.php
@@ -803,6 +803,9 @@ class TPage extends TTemplateControl
}
/**
+ * Sets the page title.
+ * Note, a {@link THead} control needs to place on the page
+ * in order that this title be rendered.
* @param string page title. This will override the title set in {@link getHead Head}.
*/
public function setTitle($value)