Browse Source

move back api docs.

tags/2.0.0-beta
Qiang Xue 12 years ago
parent
commit
04cf537394
  1. 0
      docs/api/base/Component.md
  2. 0
      docs/api/base/Object.md
  3. 2
      framework/base/Component.php
  4. 2
      framework/base/Object.php

0
framework/docs/base-Component.md → docs/api/base/Component.md

0
framework/docs/base-Object.md → docs/api/base/Object.md

2
framework/base/Component.php

@ -12,7 +12,7 @@ namespace yii\base;
/**
* Component is the base class that provides the *property*, *event* and *behavior* features.
*
* @include @yii/docs/base-Component.md
* @include @yii/base/Component.md
*
* @property Behavior[] behaviors list of behaviors currently attached to this component
*

2
framework/base/Object.php

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

Loading…
Cancel
Save