mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 22:09:48 +08:00
fix typo
This commit is contained in:
@@ -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:
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user