PHP Class yii\rest\DeleteAction

For more details and usage information on DeleteAction, see the guide article on rest controllers.
Since: 2.0
Author: Qiang Xue ([email protected])
Inheritance: extends Action
Datei anzeigen Open project: yiisoft/yii2 Class Usage Examples

Public Methods

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

Method Details

run() public method

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