|
| onAfterBind (&$table, &$src, $options=array()) |
|
| onBeforeStore (&$table, $updateNulls) |
|
| onAfterDelete (&$table, $oid) |
|
| onBeforeBind (&$table, &$data) |
|
| onAfterBind (&$table, &$src) |
|
| onAfterLoad (&$table, &$result) |
|
| onBeforeStore (&$table, $updateNulls) |
|
| onAfterStore (&$table) |
|
| onBeforeMove (&$table, $updateNulls) |
|
| onAfterMove (&$table) |
|
| onBeforeReorder (&$table, $where='') |
|
| onAfterReorder (&$table) |
|
| onBeforeDelete (&$table, $oid) |
|
| onAfterDelete (&$table, $oid) |
|
| onBeforeHit (&$table, $oid, $log) |
|
| onAfterHit (&$table, $oid) |
|
| onBeforeCopy (&$table, $oid) |
|
| onAfterCopy (&$table, $oid) |
|
| onBeforePublish (&$table, &$cid, $publish) |
|
| onAfterReset (&$table) |
|
| onBeforeReset (&$table) |
|
| __construct (&$subject) |
|
| update (&$args) |
|
| __construct ($properties=null) |
|
| __toString () |
|
| def ($property, $default=null) |
|
| get ($property, $default=null) |
|
| getProperties ($public=true) |
|
| getError ($i=null, $toString=true) |
|
| getErrors () |
|
| set ($property, $value=null) |
|
| setProperties ($properties) |
|
| setError ($error) |
|
◆ onAfterBind()
onAfterBind |
( |
& |
$table, |
|
|
& |
$src, |
|
|
|
$options = array() |
|
) |
| |
The event which runs after binding data to the table
- Paramètres
-
FOFTable | &$table | The table which calls this event |
object | array | &$src | The data to bind |
array | $options | The options of the table |
- Renvoie
- boolean True on success
◆ onAfterDelete()
onAfterDelete |
( |
& |
$table, |
|
|
|
$oid |
|
) |
| |
The event which runs after deleting a record
- Paramètres
-
FOFTable | &$table | The table which calls this event |
integer | $oid | The PK value of the record which was deleted |
- Renvoie
- boolean True to allow the deletion without errors
Références $oid.
◆ onBeforeStore()
onBeforeStore |
( |
& |
$table, |
|
|
|
$updateNulls |
|
) |
| |
The event which runs before storing (saving) data to the database
- Paramètres
-
FOFTable | &$table | The table which calls this event |
boolean | $updateNulls | Should nulls be saved as nulls (true) or just skipped over (false)? |
- Renvoie
- boolean True to allow saving
La documentation de cette classe a été générée à partir du fichier suivant :