PHP Класс yiister\grid\actions\ColumnUpdateAction

Наследование: extends yii\base\Action
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$allowedAttributes of allowed classes with attributes in the next format [ 'app\models\Page' => ['is_active'], 'app\models\OrderStatus' => ['is_system', 'is_active', 'sort_order'], ]

Открытые методы

Метод Описание
run ( ) : array

Описание методов

run() публичный Метод

public run ( ) : array
Результат array

Описание свойств

$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 $allowedAttributes