|
| | onAfterStore (&$table) |
| |
| | onAfterBind (&$table, &$src) |
| |
| | onBeforeDelete (&$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 |
|
) |
| |
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 |
- Renvoie
- boolean True on success
Références $action, et $id.
◆ onAfterStore()
The event which runs after storing (saving) data to the database
- Paramètres
-
| FOFTable | &$table | The table which calls this event |
- Renvoie
- boolean True to allow saving
Références $asset, $db, $fields, $name, $query, et $title.
◆ onBeforeDelete()
| onBeforeDelete |
( |
& |
$table, |
|
|
|
$oid |
|
) |
| |
The event which runs before deleting a record
- Paramètres
-
| FOFTable | &$table | The table which calls this event |
| integer | $oid | The PK value of the record to delete |
- Renvoie
- boolean True to allow the deletion
Références $asset, $name, et $oid.
La documentation de cette classe a été générée à partir du fichier suivant :