updated @property annotations

This commit is contained in:
Carsten Brandt
2014-03-11 16:21:25 +01:00
parent 7570afdeea
commit 40cb98bb02
16 changed files with 37 additions and 14 deletions

View File

@@ -46,7 +46,6 @@ use Yii;
*
* One can call [[hasProperty()]], [[canGetProperty()]] and/or [[canSetProperty()]] to check the existence of a property.
*
*
* Besides the property feature, Object also introduces an important object initialization life cycle. In particular,
* creating an new instance of Object or its derived class will involve the following life cycles sequentially:
*