◆ onAfterBuildQuery()
onAfterBuildQuery |
( |
& |
$model, |
|
|
& |
$query |
|
) |
| |
This event runs after we have built the query used to fetch a record list in a model
- Paramètres
-
- Renvoie
- void
◆ onAfterCopy()
This event runs after copying a record in a model
- Paramètres
-
FOFModel | &$model | The model which calls this event |
- Renvoie
- void
◆ onAfterDelete()
onAfterDelete |
( |
& |
$model | ) |
|
This event runs after deleting a record in a model
- Paramètres
-
FOFModel | &$model | The model which calls this event |
- Renvoie
- void
◆ onAfterGetItem()
onAfterGetItem |
( |
& |
$model, |
|
|
& |
$record |
|
) |
| |
This event runs after getting a single item
- Paramètres
-
FOFModel | &$model | The model which calls this event |
FOFTable | &$record | The record loaded by this model |
- Renvoie
- void
◆ onAfterHit()
This event runs after registering a hit on a record in a model
- Paramètres
-
FOFModel | &$model | The model which calls this event |
- Renvoie
- void
◆ onAfterMove()
This event runs after moving a record in a model
- Paramètres
-
FOFModel | &$model | The model which calls this event |
- Renvoie
- void
◆ onAfterPublish()
onAfterPublish |
( |
& |
$model | ) |
|
This event runs after publishing a record in a model
- Paramètres
-
FOFModel | &$model | The model which calls this event |
- Renvoie
- void
◆ onAfterReorder()
onAfterReorder |
( |
& |
$model | ) |
|
This event runs after reordering records in a model
- Paramètres
-
FOFModel | &$model | The model which calls this event |
- Renvoie
- void
◆ onAfterSave()
This event runs after saving a record in a model
- Paramètres
-
FOFModel | &$model | The model which calls this event |
- Renvoie
- void
◆ onBeforeBuildQuery()
onBeforeBuildQuery |
( |
& |
$model, |
|
|
& |
$query |
|
) |
| |
This event runs when we are building the query used to fetch a record list in a model
- Paramètres
-
- Renvoie
- void
◆ onBeforeCopy()
This event runs before copying a record in a model
- Paramètres
-
FOFModel | &$model | The model which calls this event |
- Renvoie
- void
◆ onBeforeDelete()
onBeforeDelete |
( |
& |
$model | ) |
|
This event runs before deleting a record in a model
- Paramètres
-
FOFModel | &$model | The model which calls this event |
- Renvoie
- void
◆ onBeforeHit()
This event runs before registering a hit on a record in a model
- Paramètres
-
FOFModel | &$model | The model which calls this event |
- Renvoie
- void
◆ onBeforeMove()
This event runs before moving a record in a model
- Paramètres
-
FOFModel | &$model | The model which calls this event |
- Renvoie
- void
◆ onBeforePublish()
onBeforePublish |
( |
& |
$model | ) |
|
This event runs before publishing a record in a model
- Paramètres
-
FOFModel | &$model | The model which calls this event |
- Renvoie
- void
◆ onBeforeReorder()
onBeforeReorder |
( |
& |
$model | ) |
|
This event runs before changing the records' order in a model
- Paramètres
-
FOFModel | &$model | The model which calls this event |
- Renvoie
- void
◆ onBeforeSave()
onBeforeSave |
( |
& |
$model, |
|
|
& |
$data |
|
) |
| |
This event runs before saving data in the model
- Paramètres
-
FOFModel | &$model | The model which calls this event |
array | &$data | The data to save |
- Renvoie
- void
La documentation de cette classe a été générée à partir du fichier suivant :