Browse Source

Fixed typo.

tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
56f2530151
  1. 2
      framework/yii/widgets/DetailView.php

2
framework/yii/widgets/DetailView.php

@ -70,7 +70,7 @@ class DetailView extends Widget
* according to the "format" option.
* - format: the type of the value that determines how the value would be formatted into a displayable text.
* Please refer to [[Formatter]] for supported types.
* - visible: whether the attribute is visible. If set to `false`, the attribute will be displayed.
* - visible: whether the attribute is visible. If set to `false`, the attribute will NOT be displayed.
*/
public $attributes;
/**

Loading…
Cancel
Save