I propose to add DocBlock comments "@property <type> <$name>" for classes that have <get|set><Name> methods, that can be used as properties due to magic setters/getters in CComponent.
This will make coding with Yii little more convenient due to better code autocompletion in IDE.