diff options
author | xue <> | 2006-01-15 14:45:37 +0000 |
---|---|---|
committer | xue <> | 2006-01-15 14:45:37 +0000 |
commit | 8c841835a7d3cbc938201b33ebfad0cb181d47a9 (patch) | |
tree | f2278e64544b8b82fff5db7bd0c7f03a664070bf /framework/Web | |
parent | abc5bbd9c771dcecfa41ba3590cce1c1ef190cdd (diff) |
Diffstat (limited to 'framework/Web')
-rw-r--r-- | framework/Web/UI/WebControls/TLabel.php | 10 |
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 |