From bf66ad7bb36e881f53437491333940d74d77139e Mon Sep 17 00:00:00 2001 From: wei <> Date: Wed, 25 Jan 2006 11:34:58 +0000 Subject: Changed AssociatedControlID to ForControl --- framework/Web/UI/WebControls/TBaseValidator.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'framework/Web/UI/WebControls/TBaseValidator.php') diff --git a/framework/Web/UI/WebControls/TBaseValidator.php b/framework/Web/UI/WebControls/TBaseValidator.php index 5110230b..eeb5d0e8 100644 --- a/framework/Web/UI/WebControls/TBaseValidator.php +++ b/framework/Web/UI/WebControls/TBaseValidator.php @@ -180,13 +180,13 @@ abstract class TBaseValidator extends TLabel implements IValidator } /** - * This method overrides the parent implementation to forbid setting AssociatedControlID. + * This method overrides the parent implementation to forbid setting ForControl. * @param string the associated control ID * @throws TNotSupportedException whenever this method is called */ - public function setAssociatedControlID($value) + public function setForControl($value) { - throw new TNotSupportedException('basevalidator_associatedcontrolid_unsupported',get_class($this)); + throw new TNotSupportedException('basevalidator_forcontrol_unsupported',get_class($this)); } /** -- cgit v1.2.3