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é
Référence de la classe FOFTableBehaviorContenthistory
+ Graphe d'héritage de FOFTableBehaviorContenthistory:

Fonctions membres publiques

 onAfterStore (&$table)
 
 onBeforeDelete (&$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

◆ onAfterStore()

onAfterStore ( $table)

The event which runs after storing (saving) data to the database

Paramètres
FOFTable&$tableThe table which calls this event
Renvoie
boolean True to allow saving without an error

◆ onBeforeDelete()

onBeforeDelete ( $table,
  $oid 
)

The event which runs before deleting a record

Paramètres
FOFTable&$tableThe table which calls this event
integer$oidThe PK value of the record to delete
Renvoie
boolean True to allow the deletion

La documentation de cette classe a été générée à partir du fichier suivant :