mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 14:29:30 +08:00
Merge pull request #153 from br0sk/master
Changed based class to base class
This commit is contained in:
@@ -26,7 +26,7 @@ via getters and setters. The `Component` class extends from `Object` and support
|
|||||||
the event feature and the behavior feature.
|
the event feature and the behavior feature.
|
||||||
|
|
||||||
If your class does not need the event or behavior feature, you should consider using
|
If your class does not need the event or behavior feature, you should consider using
|
||||||
`Object` as the based class. This is usually the case for classes that represent basic
|
`Object` as the base class. This is usually the case for classes that represent basic
|
||||||
data structures.
|
data structures.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user