From f1a5bcead5e929815a8acadb8cef3286186c138e Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Wed, 31 Oct 2012 09:40:52 +0000 Subject: small fixes to r3211 (documentation only) --- framework/Util/TBehavior.php | 12 ++++++------ framework/Util/TCallChain.php | 6 +++--- 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 @@ * @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 - * @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 * @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 * @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 * @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 { -- cgit v1.2.3