PHP Interface 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.
Since: 3.1
Inheritance: extends Prado\IDataRenderer
Mostra file Open project: pradosoft/prado

Public Methods

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

Method Details

updateRecord() public method

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