summaryrefslogtreecommitdiff
path: root/framework/TComponent.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/TComponent.php
parent0398196913b7c9920e6163ef8bdef53e5bf92fce (diff)
Updated some API doc.
Diffstat (limited to 'framework/TComponent.php')
-rw-r--r--framework/TComponent.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/TComponent.php b/framework/TComponent.php
index 7443168d..8ec2cf57 100644
--- a/framework/TComponent.php
+++ b/framework/TComponent.php
@@ -307,7 +307,7 @@ class TComponent
* Detaches an existing event handler.
* This method is the opposite of {@link attachEventHandler}.
* @param string event name
- * @param string callback the event handler to be removed
+ * @param callback the event handler to be removed
* @return boolean if the removal is successful
*/
public function detachEventHandler($name,$handler)