PHP Class yii2tech\admin\actions\Update

Since: 1.0
Author: Paul Klimov ([email protected])
Inheritance: extends Action
Afficher le fichier Open project: yii2tech/admin

Méthodes publiques

Свойство Type Description
$view name of the view, which should be rendered

Méthodes publiques

Méthode Description
run ( mixed $id ) : mixed Updates existing record specified by id.

Method Details

run() public méthode

Updates existing record specified by id.
public run ( mixed $id ) : mixed
$id mixed id of the model to be deleted.
Résultat mixed response.

Property Details

$view public_oe property

name of the view, which should be rendered
public $view