Commit 56f25301 by Qiang Xue

Fixed typo.

parent 1b504be6
...@@ -70,7 +70,7 @@ class DetailView extends Widget ...@@ -70,7 +70,7 @@ class DetailView extends Widget
* according to the "format" option. * according to the "format" option.
* - format: the type of the value that determines how the value would be formatted into a displayable text. * - 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. * 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; public $attributes;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment