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/Util/TCallChain.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'framework/Util/TCallChain.php') diff --git a/framework/Util/TCallChain.php b/framework/Util/TCallChain.php index a6d99a61..03ce60c0 100644 --- a/framework/Util/TCallChain.php +++ b/framework/Util/TCallChain.php @@ -8,12 +8,14 @@ * @license http://www.pradosoft.com/license/ */ +namespace Prado\Util; + /** * TCallChain is a recursive event calling mechanism. This class implements * the {@link IDynamicMethods} class so that any 'dy' event calls can be caught * and patched through to the intended recipient * @author Brad Anderson - * @package System.Util + * @package Prado\Util * @since 3.2.3 */ class TCallChain extends TList implements IDynamicMethods -- cgit v1.2.3