From 75a0a250cc6735d13b3b782daf0127298b37c2b9 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 4 May 2006 02:02:43 +0000 Subject: Adding TCallback component. --- framework/Web/UI/THtmlWriter.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'framework/Web/UI/THtmlWriter.php') diff --git a/framework/Web/UI/THtmlWriter.php b/framework/Web/UI/THtmlWriter.php index 8a092460..0243d365 100644 --- a/framework/Web/UI/THtmlWriter.php +++ b/framework/Web/UI/THtmlWriter.php @@ -110,6 +110,15 @@ class THtmlWriter extends TApplicationComponent implements ITextWriter $this->_writer=$writer; } + public function getWriter() + { + return $this->_writer; + } + + public function setWriter($writer) + { + $this->_writer = $writer; + } /** * Adds a list of attributes to be rendered. * @param array list of attributes to be rendered -- cgit v1.2.3