summaryrefslogtreecommitdiff
path: root/framework/Util/TCallChain.php
diff options
context:
space:
mode:
authorctrlaltca <>2012-10-31 09:40:52 +0000
committerctrlaltca <>2012-10-31 09:40:52 +0000
commitf1a5bcead5e929815a8acadb8cef3286186c138e (patch)
treecb007c7993f2683cc6b350ea6f12a4e74c0e8a16 /framework/Util/TCallChain.php
parentb0d3ad1438aec849a9639e72d9bc66ef709d8220 (diff)
small fixes to r3211 (documentation only)
Diffstat (limited to 'framework/Util/TCallChain.php')
-rw-r--r--framework/Util/TCallChain.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/Util/TCallChain.php b/framework/Util/TCallChain.php
index ae6e02fc..c7609dfa 100644
--- a/framework/Util/TCallChain.php
+++ b/framework/Util/TCallChain.php
@@ -4,7 +4,7 @@
*
* @author Brad Anderson <javalizard@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 2008-2011 Pradosoft
+ * @copyright Copyright &copy; 2008-2012 Pradosoft
* @license http://www.pradosoft.com/license/
*/
@@ -14,8 +14,8 @@
* and patched through to the intended recipient
* @author Brad Anderson <javalizard@gmail.com>
* @version $Id: TCallChain.php 564 2009-01-21 22:07:10Z javalizard $
- * @package system.base
- * @since 3.2
+ * @package System.Util
+ * @since 3.2.1
*/
class TCallChain extends TList implements IDynamicMethods
{