PHP Интерфейс Prado\Data\ActiveRecord\Scaffold\IScaffoldEditRenderer

IScaffoldEditRenderer defines the interface that an edit renderer needs to implement. Besides the {@link getData Data} property, an edit renderer also needs to provide {@link updateRecord updateRecord} method that is called before the save() method is called on the TActiveRecord.
С версии: 3.1
Наследование: extends Prado\IDataRenderer
Показать файл Открыть проект

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

Метод Описание
updateRecord ( $record ) This method should update the record with the user input data.

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

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

This method should update the record with the user input data.
public updateRecord ( $record )