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
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
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 )