From 67d7b1bd4bb020f0b948f1a67a8e98f42d28928f Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 21 Jan 2015 09:33:13 +0100 Subject: Add namespaces: framework/*.php, Util, Wsat, Xml --- framework/TApplicationStatePersister.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'framework/TApplicationStatePersister.php') diff --git a/framework/TApplicationStatePersister.php b/framework/TApplicationStatePersister.php index b498ac72..1689b816 100644 --- a/framework/TApplicationStatePersister.php +++ b/framework/TApplicationStatePersister.php @@ -6,9 +6,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System + * @package Prado */ +namespace Prado; + /** * TApplicationStatePersister class. * TApplicationStatePersister provides a file-based persistent storage @@ -17,7 +19,7 @@ * Cache will be exploited if it is enabled. * * @author Qiang Xue - * @package System + * @package Prado * @since 3.0 */ class TApplicationStatePersister extends TModule implements IStatePersister -- cgit v1.2.3