Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe FOFTableBehaviorTags
+ Graphe d'héritage de FOFTableBehaviorTags:

Fonctions membres publiques

 onAfterBind (&$table, &$src, $options=array())
 
 onBeforeStore (&$table, $updateNulls)
 
 onAfterDelete (&$table, $oid)
 
- Fonctions membres publiques hérités de FOFTableBehavior
 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)
 
- Fonctions membres publiques hérités de FOFUtilsObservableEvent
 __construct (&$subject)
 
 update (&$args)
 
- Fonctions membres publiques hérités de FOFUtilsObject
 __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)
 

Membres hérités additionnels

- Attributs protégés hérités de FOFUtilsObservableEvent
 $_subject = null
 
- Attributs protégés hérités de FOFUtilsObject
 $_errors = array()
 

Documentation des fonctions membres

◆ onAfterBind()

onAfterBind ( $table,
$src,
  $options = array() 
)

The event which runs after binding data to the table

Paramètres
FOFTable&$tableThe table which calls this event
object | array&$srcThe data to bind
array$optionsThe options of the table
Renvoie
boolean True on success

◆ onAfterDelete()

onAfterDelete ( $table,
  $oid 
)

The event which runs after deleting a record

Paramètres
FOFTable&$tableThe table which calls this event
integer$oidThe 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&$tableThe table which calls this event
boolean$updateNullsShould 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 :