Documented component accessors with @property for significantly better IDE autocomplete

This commit is contained in:
alexander.makarow
2011-10-25 00:01:09 +00:00
parent fe3a175e91
commit 646cbb2b9a
86 changed files with 473 additions and 74 deletions

View File

@@ -11,6 +11,8 @@
/**
* CClientScript manages JavaScript and CSS stylesheets for views.
*
* @property string $coreScriptUrl The base URL of all core javascript files.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Id$
* @package system.web