Update DataColumn.php (#11724) [skip ci]

This commit is contained in:
Evgeniy Tkachenko
2016-06-08 19:25:41 +03:00
committed by Alexander Makarov
parent 662f86acb5
commit 8e34f9f45d

View File

@ -91,7 +91,7 @@ class DataColumn extends Column
*/
public $sortLinkOptions = [];
/**
* @var string|array|boolean the HTML code representing a filter input (e.g. a text field, a dropdown list)
* @var string|array|null|false the HTML code representing a filter input (e.g. a text field, a dropdown list)
* that is used for this data column. This property is effective only when [[GridView::filterModel]] is set.
*
* - If this property is not set, a text field will be generated as the filter input;