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 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'framework/Util/TBehavior.php') 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() { -- cgit v1.2.3