PHP 클래스 yii2tech\admin\actions\SafeDelete

This action supports yii2tech/ar-softdelete extension.
또한 보기: https://github.com/yii2tech/ar-softdelete
부터: 1.0
저자: Paul Klimov ([email protected])
상속: extends Delete
파일 보기 프로젝트 열기: yii2tech/admin

공개 메소드들

메소드 설명
run ( mixed $id ) : mixed Deletes a model.

메소드 상세

run() 공개 메소드

Deletes a model.
public run ( mixed $id ) : mixed
$id mixed id of the model to be deleted.
리턴 mixed response.