PHP Класс yii\rest\UpdateAction

С версии: 2.0
Автор: Qiang Xue ([email protected])
Наследование: extends Action
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$scenario the scenario to be assigned to the model before it is validated and updated.

Открытые методы

Метод Описание
run ( string $id ) : yii\db\ActiveRecordInterface Updates an existing model.

Описание методов

run() публичный Метод

Updates an existing model.
public run ( string $id ) : yii\db\ActiveRecordInterface
$id string the primary key of the model.
Результат yii\db\ActiveRecordInterface the model being updated

Описание свойств

$scenario публичное свойство

the scenario to be assigned to the model before it is validated and updated.
public $scenario