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.
ファイルを表示
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.