diff options
author | ctrlaltca <> | 2012-10-31 09:40:52 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-10-31 09:40:52 +0000 |
commit | f1a5bcead5e929815a8acadb8cef3286186c138e (patch) | |
tree | cb007c7993f2683cc6b350ea6f12a4e74c0e8a16 /framework/Util/TCallChain.php | |
parent | b0d3ad1438aec849a9639e72d9bc66ef709d8220 (diff) |
small fixes to r3211 (documentation only)
Diffstat (limited to 'framework/Util/TCallChain.php')
-rw-r--r-- | framework/Util/TCallChain.php | 6 |
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 © 2008-2011 Pradosoft + * @copyright Copyright © 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 { |