run() public method
Deletes a model.
public void run ( $id ) | ||
---|---|---|
$id | mixed |
Id of the model to be deleted. |
throws | yii\web\ServerErrorHttpException |
on failure. |
run() public method
Deletes a model.
public void run ( $id ) | ||
---|---|---|
$id | mixed |
Id of the model to be deleted. |
throws | yii\web\ServerErrorHttpException |
on failure. |
Please login to continue.