summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorxue <>2006-01-15 14:45:37 +0000
committerxue <>2006-01-15 14:45:37 +0000
commit8c841835a7d3cbc938201b33ebfad0cb181d47a9 (patch)
treef2278e64544b8b82fff5db7bd0c7f03a664070bf /framework
parentabc5bbd9c771dcecfa41ba3590cce1c1ef190cdd (diff)
Diffstat (limited to 'framework')
-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