diff options
-rw-r--r-- | framework/Util/TBehavior.php | 12 | ||||
-rw-r--r-- | framework/Util/TCallChain.php | 6 | ||||
-rw-r--r-- | framework/Util/TClassBehavior.php | 4 |
3 files changed, 11 insertions, 11 deletions
diff --git a/framework/Util/TBehavior.php b/framework/Util/TBehavior.php index 465f9673..ab53a225 100644 --- a/framework/Util/TBehavior.php +++ b/framework/Util/TBehavior.php @@ -1,6 +1,6 @@ <?php /** - * CBehavior class file. + * TBehavior class file. * * @author Qiang Xue <qiang.xue@gmail.com> * @link http://www.yiiframework.com/ @@ -9,11 +9,11 @@ */ /** - * CBehavior is a convenient base class for behavior classes. + * TBehavior is a convenient base class for behavior classes. * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: CBehavior.php 564 2009-01-21 22:07:10Z qiang.xue $ - * @package system.base - * @since 1.0.2 + * @version $Id: TBehaviour.php 3211 2012-10-31 02:35:01Z javalizard@gmail.com $ + * @package System.Util + * @since 3.2.1 */ class TBehavior extends TComponent implements IBehavior { @@ -62,7 +62,7 @@ class TBehavior extends TComponent implements IBehavior } /** - * @return CComponent the owner component that this behavior is attached to. + * @return TComponent the owner component that this behavior is attached to. */ public function getOwner() { 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 { diff --git a/framework/Util/TClassBehavior.php b/framework/Util/TClassBehavior.php index 807549b7..499e3e18 100644 --- a/framework/Util/TClassBehavior.php +++ b/framework/Util/TClassBehavior.php @@ -12,8 +12,8 @@ * TClassBehavior is a convenient base class for whole class behaviors. * @author Brad Anderson <javalizard@gmail.com> * @version $Id: TClassBehavior.php 564 2009-01-21 22:07:10Z javalizard $ - * @package system.base - * @since 3.1.8 + * @package System.Util + * @since 3.2.1 */ class TClassBehavior extends TComponent implements IClassBehavior { |