From ecdf0c2b00aa3067f521f4db62173609ecf5a5be Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 16 Mar 2006 15:25:17 +0000 Subject: Updated some API doc. --- framework/TComponent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/TComponent.php') 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) -- cgit v1.2.3