improved doc.

This commit is contained in:
Qiang Xue
2013-04-10 10:48:13 -04:00
parent 122bd231b4
commit 55e8db9b97
4 changed files with 31 additions and 9 deletions

View File

@@ -10,12 +10,7 @@ namespace yii\base;
use Yii;
/**
* Component is the base class that provides the *property*, *event* and *behavior* features.
*
* @include @yii/base/Component.md
*
* @property Behavior[] behaviors list of behaviors currently attached to this component
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/

View File

@@ -8,10 +8,7 @@
namespace yii\base;
/**
* Object is the base class that provides the *property* feature.
*
* @include @yii/base/Object.md
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/