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/IInstanceCheck.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'framework/IInstanceCheck.php') diff --git a/framework/IInstanceCheck.php b/framework/IInstanceCheck.php index 8af12117..cbddcb81 100644 --- a/framework/IInstanceCheck.php +++ b/framework/IInstanceCheck.php @@ -10,9 +10,10 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System + * @package Prado */ +namespace Prado; /** * IInstanceCheck This interface allows objects to determine their own @@ -22,7 +23,7 @@ * * @author Brad Anderson * @version $Id$ - * @package System + * @package Prado * @since 3.2.3 */ interface IInstanceCheck { -- cgit v1.2.3