PHP Class yii2tech\admin\actions\SafeDelete

This action supports yii2tech/ar-softdelete extension.
See also: https://github.com/yii2tech/ar-softdelete
Since: 1.0
Author: Paul Klimov ([email protected])
Inheritance: extends Delete
ファイルを表示 Open project: yii2tech/admin

Public Methods

Method Description
run ( mixed $id ) : mixed Deletes a model.

Method Details

run() public method

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