AfterModelSave
From LimeSurvey Manual
When
After a single database model was saved using model->save(). See CActiveRecord::onAfterSave.
Input
- model : The current model as an ActiveRecord
- surveyId : related survey id if exist
- iSurveyID : related survey id if exist
- dynamicId : related dynamic id if exist (for Token and Response)
Possible output
None.
Warning
Not all LimeSurvey action use ActiveRecord to save a model.