메소드 |
설명 |
|
__construct ( FOF30\Event\Observable &$subject ) |
|
|
onAfterBind ( &$model, mixed &$data ) : void |
This event runs after unpublishing a record in a model |
|
onAfterDelete ( &$model, integer $oid ) : void |
The event which runs after deleting a record |
|
onAfterPublish ( &$model ) : void |
This event runs after publishing a record in a model |
|
onAfterSave ( &$model ) : void |
The event which runs after binding data to the table |
|
onAfterUnpublish ( &$model ) : void |
This event runs after unpublishing a record in a model |
|
onBeforeCreate ( &$model, &$dataObject ) : void |
This event runs after unpublishing a record in a model |
|
onBeforeUpdate ( &$model, &$dataObject ) : void |
This event runs after unpublishing a record in a model |
|