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 FOFTableBehaviorAssets
+ Graphe d'héritage de FOFTableBehaviorAssets:

Fonctions membres publiques

 onAfterStore (&$table)
 
 onAfterBind (&$table, &$src)
 
 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

◆ onAfterBind()

onAfterBind ( $table,
$src 
)

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
Renvoie
boolean True on success

Références $action, et $id.

◆ 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

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&$tableThe table which calls this event
integer$oidThe 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 :