From f86b7d848ced181ea3c94ec1e760f0be3f58a3b1 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 4 Feb 2007 17:03:45 +0000 Subject: added renderer feature to TDataList. --- framework/Web/UI/WebControls/TWebControl.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/Web/UI/WebControls/TWebControl.php') diff --git a/framework/Web/UI/WebControls/TWebControl.php b/framework/Web/UI/WebControls/TWebControl.php index 78c1aa98..33393843 100644 --- a/framework/Web/UI/WebControls/TWebControl.php +++ b/framework/Web/UI/WebControls/TWebControl.php @@ -247,6 +247,7 @@ class TWebControl extends TControl /** * Creates a style object to be used by the control. * This method may be overriden by controls to provide customized style. + * @return TStyle the default style created for TWebControl */ protected function createStyle() { -- cgit v1.2.3