Browse Source

doc fix

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
a6784f4ae9
  1. 4
      framework/yii/base/View.php

4
framework/yii/base/View.php

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

Loading…
Cancel
Save