summaryrefslogtreecommitdiff
path: root/framework/Util/TCallChain.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Util/TCallChain.php')
-rw-r--r--framework/Util/TCallChain.php4
1 files changed, 3 insertions, 1 deletions
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 <javalizard@gmail.com>
- * @package System.Util
+ * @package Prado\Util
* @since 3.2.3
*/
class TCallChain extends TList implements IDynamicMethods