Child pages
  • Table Settings
Skip to end of metadata
Go to start of metadata


Event Summary
#onAfterDelete
A method that is executed after a delete operation.
#onAfterInsert
A method that is executed after an insert operation.
#onAfterUpdate
A method that is executed after an update operation.
Boolean #onDelete
A method that is executed before a delete operation.
Boolean #onInsert
A method that is executed before an insert operation.
Boolean #onUpdate
A method that is executed before an update operation.

Event Details
onAfterDelete
A method that is executed after a delete operation.
onAfterInsert
A method that is executed after an insert operation.
onAfterUpdate
A method that is executed after an update operation.
onDelete
A method that is executed before a delete operation. The method can block the delete operation by returning false.
Returns
Boolean
onInsert
A method that is executed before an insert operation. The method can block the insert operation by returning false.
Returns
Boolean
onUpdate
A method that is executed before an update operation. A method can block the update by returning false.
Returns
Boolean
  • No labels