diff options
Diffstat (limited to 'framework/IO/TTextWriter.php')
-rw-r--r-- | framework/IO/TTextWriter.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/IO/TTextWriter.php b/framework/IO/TTextWriter.php index f888083d..d9033b81 100644 --- a/framework/IO/TTextWriter.php +++ b/framework/IO/TTextWriter.php @@ -6,9 +6,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.IO + * @package Prado\IO */ +namespace Prado\IO; + /** * TTextWriter class. * @@ -17,7 +19,7 @@ * and can be obtained by calling {@link flush()}. * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System.IO + * @package Prado\IO * @since 3.0 */ class TTextWriter extends TComponent implements ITextWriter |