Merge branch '9198-buttons-visible-in-action-column' of https://github.com/fornit1917/yii2 into fornit1917-9198-buttons-visible-in-action-column

This commit is contained in:
SilverFire - Dmitry Naumenko
2016-01-26 09:36:32 +02:00

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:
* *