diff options
author | xue <> | 2006-02-17 05:25:37 +0000 |
---|---|---|
committer | xue <> | 2006-02-17 05:25:37 +0000 |
commit | e1ee81a09e299d5a9bc59ed59b04acfa3a85a935 (patch) | |
tree | 846ed8e55761fbc9d598c8e9d34cc0ab3f6f87a7 /framework/Web/UI/WebControls | |
parent | 7b38480de52c1d042ea542e2d06913a8c9b645fc (diff) |
Removed a few constructors.
Diffstat (limited to 'framework/Web/UI/WebControls')
-rw-r--r-- | framework/Web/UI/WebControls/TCheckBoxList.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/Web/UI/WebControls/TCheckBoxList.php b/framework/Web/UI/WebControls/TCheckBoxList.php index a7e6a11c..8a106b46 100644 --- a/framework/Web/UI/WebControls/TCheckBoxList.php +++ b/framework/Web/UI/WebControls/TCheckBoxList.php @@ -53,6 +53,10 @@ class TCheckBoxList extends TListControl implements IRepeatInfoUser, INamingCont private $_isEnabled;
private $_changedEventRaised=false;
+ /**
+ * Constructor.
+ * Remember to call parent implementation if you override this method
+ */
public function __construct()
{
parent::__construct();
|