Adjust doc

This commit is contained in:
Thiago Talma
2014-01-30 16:02:24 -02:00
parent a35fcbbf92
commit f906b3a10b

View File

@@ -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.
*/