Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • beforePutSave with parameter array('model' => $this->entity), used in function putAction() after normal processing before saving the entity (= the segment)

 Editor_TaskController

  • afterTaskOpen with parameter array('model' => $this->entity), used after the task was registered in the session
  • afterTaskClose with parameter array('model' => $this->entity), used after the task was unregistered / removed from the session

editor_Models_Import

  • afterImport is fired after parsing the data and storing the segments in DB. Parameter: 'task' => editor_Models_Task
  • importCompleted is fired after all import plugins were run, defines the end of import. Parameter: 'task' => editor_Models_Task
  • beforeDirectoryParsing is fired before directory parsing of proofread file. Parameter: 'importFolder' => string

...