mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-20 16:38:22 +08:00
Adjust doc
This commit is contained in:
@@ -40,7 +40,8 @@ class DataColumn extends Column
|
||||
*/
|
||||
public $label;
|
||||
/**
|
||||
* @var \Closure an anonymous function that returns the value to be displayed for every data model.
|
||||
* @var string|\Closure the attribute name to be displayed in this column or an anonymous function that returns
|
||||
* the value to be displayed for every data model.
|
||||
* The signature of this function is `function ($model, $index, $widget)`.
|
||||
* If this is not set, `$model[$attribute]` will be used to obtain the value.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user