Browse Source

Fixed doc.

tags/2.0.0-beta
Qiang Xue 12 years ago
parent
commit
e1cde74b7b
  1. 4
      framework/yii/base/View.php

4
framework/yii/base/View.php

@ -130,8 +130,8 @@ class View extends Component
*/
public $dynamicPlaceholders = array();
/**
* @var array the registered asset bundles. The keys are the bundle names, and the values
* are the corresponding [[AssetBundle]] objects.
* @var array list of the registered asset bundles. The keys are the bundle names, and the values
* are booleans indicating whether the bundles have been registered.
* @see registerAssetBundle
*/
public $assetBundles;

Loading…
Cancel
Save