From e4fee00917f01b9c1358ac87d1929324141f90bd Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 18 Jan 2006 02:45:34 +0000 Subject: TTextWriter moved to core.php --- framework/IO/TTextWriter.php | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 framework/IO/TTextWriter.php (limited to 'framework') diff --git a/framework/IO/TTextWriter.php b/framework/IO/TTextWriter.php deleted file mode 100644 index 5f6a92cb..00000000 --- a/framework/IO/TTextWriter.php +++ /dev/null @@ -1,25 +0,0 @@ -_str; - $this->_str=''; - return $str; - } - - public function write($str) - { - $this->_str.=$str; - } - - public function writeLine($str='') - { - $this->write($str."\n"); - } -} - -?> \ No newline at end of file -- cgit v1.2.3