From b927e32fa14869bc3a48d1fba6b2a161b9606270 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 21 Jan 2015 09:21:46 +0100 Subject: Add namespaces: Exceptions, I18N, Security --- framework/IO/TTarFileExtractor.php | 6 ++++-- framework/IO/TTextWriter.php | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'framework/IO') diff --git a/framework/IO/TTarFileExtractor.php b/framework/IO/TTarFileExtractor.php index cb613fff..e8eee004 100644 --- a/framework/IO/TTarFileExtractor.php +++ b/framework/IO/TTarFileExtractor.php @@ -4,9 +4,11 @@ * * @author Vincent Blavet * @copyright Copyright © 1997-2003 The PHP Group - * @package System.IO + * @package Prado\IO */ +namespace Prado\IO; + /* vim: set ts=4 sw=4: */ // +----------------------------------------------------------------------+ // | PHP Version 4 | @@ -30,7 +32,7 @@ * TTarFileExtractor class * * @author Vincent Blavet - * @package System.IO + * @package Prado\IO * @since 3.0 */ class TTarFileExtractor 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 - * @package System.IO + * @package Prado\IO * @since 3.0 */ class TTextWriter extends TComponent implements ITextWriter -- cgit v1.2.3