diff options
author | xue <> | 2006-02-08 23:18:20 +0000 |
---|---|---|
committer | xue <> | 2006-02-08 23:18:20 +0000 |
commit | aa46c9ab78abdd23c273c5e49b402a87a2aefcdb (patch) | |
tree | 9bb054b662ff59d86736d6cee6eb0f4b1b57ba59 /framework/Web/UI/WebControls/TBaseValidator.php | |
parent | 682d48577ae6e0118a11e5e6134fdbbb6048456d (diff) |
Changed accessibility of a few render-related methods (needed by adapters).
Diffstat (limited to 'framework/Web/UI/WebControls/TBaseValidator.php')
-rw-r--r-- | framework/Web/UI/WebControls/TBaseValidator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TBaseValidator.php b/framework/Web/UI/WebControls/TBaseValidator.php index f0d67048..97ba1a8b 100644 --- a/framework/Web/UI/WebControls/TBaseValidator.php +++ b/framework/Web/UI/WebControls/TBaseValidator.php @@ -429,7 +429,7 @@ abstract class TBaseValidator extends TLabel implements IValidator * Renders the validator control. * @param THtmlWriter writer for the rendering purpose */ - protected function renderContents($writer) + public function renderContents($writer) { if(($text=$this->getText())!=='') $writer->write($text); |