This commit is contained in:
Vit
2016-01-26 10:29:32 +03:00
parent bdddcc54ad
commit f17a881539

View File

@@ -86,7 +86,7 @@ class ActionColumn extends Column
*/ */
public $buttons = []; public $buttons = [];
/** @var array visibility conditions for each button. The array keys are the button names (without curly brackets), /** @var array visibility conditions for each button. The array keys are the button names (without curly brackets),
* and the values are are the boolean true/false or the anonymous function. The button will be shown, * and the values are the boolean true/false or the anonymous function. The button will be shown,
* when its name is not specified in this array. * when its name is not specified in this array.
* The callbacks must use the following signature: * The callbacks must use the following signature:
* *