PHP 클래스 yiister\grid\actions\ColumnUpdateAction

상속: extends yii\base\Action
파일 보기 프로젝트 열기: yiister/yii2-advanced-grid

공개 프로퍼티들

프로퍼티 타입 설명
$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