Свойство | Type | Description | |
---|---|---|---|
$tagsHelper | JHelperTags |
Méthode | Description | |
---|---|---|
__construct ( FOF30\Event\Observable &$subject ) | ||
onAfterBind ( &$model, mixed &$data ) : void | This event runs after unpublishing a record in a model | |
onAfterDelete ( &$model, integer $oid ) : void | The event which runs after deleting a record | |
onAfterPublish ( &$model ) : void | This event runs after publishing a record in a model | |
onAfterSave ( &$model ) : void | The event which runs after binding data to the table | |
onAfterUnpublish ( &$model ) : void | This event runs after unpublishing a record in a model | |
onBeforeCreate ( &$model, &$dataObject ) : void | This event runs after unpublishing a record in a model | |
onBeforeUpdate ( &$model, &$dataObject ) : void | This event runs after unpublishing a record in a model |
public __construct ( FOF30\Event\Observable &$subject ) | ||
$subject | FOF30\Event\Observable |
public onAfterBind ( &$model, mixed &$data ) : void | ||
$data | mixed | An associative array or object to bind to the DataModel instance. |
Résultat | void |
public onAfterDelete ( &$model, integer $oid ) : void | ||
$oid | integer | The PK value of the record which was deleted |
Résultat | void |
public onAfterPublish ( &$model ) : void | ||
Résultat | void |
public onAfterSave ( &$model ) : void | ||
Résultat | void |
public onAfterUnpublish ( &$model ) : void | ||
Résultat | void |
public onBeforeCreate ( &$model, &$dataObject ) : void | ||
Résultat | void |
public onBeforeUpdate ( &$model, &$dataObject ) : void | ||
Résultat | void |