mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-30 14:37:20 +08:00
improved doc.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user