Merge pull request #10670 from pana1990/update-docs

Add phpdoc [skip ci]
This commit is contained in:
Alexander Makarov
2016-01-26 20:20:14 +03:00

View File

@@ -52,7 +52,7 @@ class ActionColumn extends Column
* *
* As an example, to only have the view, and update button you can add the ActionColumn to your GridView columns as follows: * As an example, to only have the view, and update button you can add the ActionColumn to your GridView columns as follows:
* *
* ``` * ```php
* ['class' => 'yii\grid\ActionColumn', 'template' => '{view} {update}'], * ['class' => 'yii\grid\ActionColumn', 'template' => '{view} {update}'],
* ``` * ```
* *
@@ -103,6 +103,7 @@ class ActionColumn extends Column
* 'update' => \Yii::$app->user->can('update'), * 'update' => \Yii::$app->user->can('update'),
* ], * ],
* ``` * ```
* @since 2.0.7
*/ */
public $visibleButtons = []; public $visibleButtons = [];
/** /**