Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
yii
rest
DeleteAction
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.