PHP Class FOF30\Model\DataModel\Behaviour\Tags

Since: 2.1
Inheritance: extends FOF30\Event\Observer
Datei anzeigen Open project: akeeba/fof

Protected Properties

Property Type Description
$tagsHelper JHelperTags

Public Methods

Method 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

Method Details

__construct() public method

public __construct ( FOF30\Event\Observable &$subject )
$subject FOF30\Event\Observable

onAfterBind() public method

This event runs after unpublishing a record in a model
public onAfterBind ( &$model, mixed &$data ) : void
$data mixed An associative array or object to bind to the DataModel instance.
return void

onAfterDelete() public method

The event which runs after deleting a record
public onAfterDelete ( &$model, integer $oid ) : void
$oid integer The PK value of the record which was deleted
return void

onAfterPublish() public method

This event runs after publishing a record in a model
public onAfterPublish ( &$model ) : void
return void

onAfterSave() public method

The event which runs after binding data to the table
public onAfterSave ( &$model ) : void
return void

onAfterUnpublish() public method

This event runs after unpublishing a record in a model
public onAfterUnpublish ( &$model ) : void
return void

onBeforeCreate() public method

This event runs after unpublishing a record in a model
public onBeforeCreate ( &$model, &$dataObject ) : void
return void

onBeforeUpdate() public method

This event runs after unpublishing a record in a model
public onBeforeUpdate ( &$model, &$dataObject ) : void
return void

Property Details

$tagsHelper protected_oe property

protected JHelperTags $tagsHelper
return JHelperTags