summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TLabel.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/WebControls/TLabel.php')
-rw-r--r--framework/Web/UI/WebControls/TLabel.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/framework/Web/UI/WebControls/TLabel.php b/framework/Web/UI/WebControls/TLabel.php
index 51e990d2..5a53def4 100644
--- a/framework/Web/UI/WebControls/TLabel.php
+++ b/framework/Web/UI/WebControls/TLabel.php
@@ -101,16 +101,6 @@ class TLabel extends TWebControl
{
$this->setViewState('AssociatedControlID',$value,'');
}
-
- public function setFor($value)
- {
- $this->setAssociatedControlID($value);
- }
-
- public function getFor()
- {
- return $this->getAssociatedControlID();
- }
}
?> \ No newline at end of file