diff options
Diffstat (limited to 'framework/Web/UI')
-rw-r--r-- | framework/Web/UI/TControl.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php index e5e6fa18..f12504be 100644 --- a/framework/Web/UI/TControl.php +++ b/framework/Web/UI/TControl.php @@ -172,13 +172,6 @@ class TControl extends TApplicationComponent implements IRenderable, IBindable private $_rf=array(); /** - * Constructor. - */ - public function __construct() - { - } - - /** * Returns a property value by name or a control by ID. * This overrides the parent implementation by allowing accessing * a control via its ID using the following syntax, |