From 635ae748a34dadc241bd264e11d3251ffffe3aac Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 25 Nov 2005 03:18:09 +0000 Subject: --- framework/Web/UI/WebControls/TButton.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI/WebControls/TButton.php') diff --git a/framework/Web/UI/WebControls/TButton.php b/framework/Web/UI/WebControls/TButton.php index f2979255..4eb8e093 100644 --- a/framework/Web/UI/WebControls/TButton.php +++ b/framework/Web/UI/WebControls/TButton.php @@ -58,7 +58,7 @@ class TButton extends TWebControl implements IPostBackEventHandler /** * Adds attribute name-value pairs to renderer. * This overrides the parent implementation with additional button specific attributes. - * @param THtmlTextWriter the writer used for the rendering purpose + * @param THtmlWriter the writer used for the rendering purpose */ protected function addAttributesToRender($writer) { @@ -90,7 +90,7 @@ class TButton extends TWebControl implements IPostBackEventHandler /** * Renders the body content enclosed between the control tag. * This overrides the parent implementation with nothing to be rendered. - * @param THtmlTextWriter the writer used for the rendering purpose + * @param THtmlWriter the writer used for the rendering purpose */ protected function renderContents($writer) { -- cgit v1.2.3