PHP Class yiister\grid\actions\ColumnUpdateAction

Inheritance: extends yii\base\Action
Mostra file Open project: yiister/yii2-advanced-grid

Public Properties

Property Type Description
$allowedAttributes of allowed classes with attributes in the next format [ 'app\models\Page' => ['is_active'], 'app\models\OrderStatus' => ['is_system', 'is_active', 'sort_order'], ]

Public Methods

Method Description
run ( ) : array

Method Details

run() public method

public run ( ) : array
return array

Property Details

$allowedAttributes public_oe property

of allowed classes with attributes in the next format [ 'app\models\Page' => ['is_active'], 'app\models\OrderStatus' => ['is_system', 'is_active', 'sort_order'], ]
public $allowedAttributes