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
Afficher le fichier Open project: yii2tech/admin

Méthodes publiques

Méthode Description
run ( mixed $id ) : mixed Deletes a model.

Method Details

run() public méthode

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