PHP 클래스 FOF30\Model\DataModel\Behaviour\Tags

부터: 2.1
상속: extends FOF30\Event\Observer
파일 보기 프로젝트 열기: akeeba/fof

보호된 프로퍼티들

프로퍼티 타입 설명
$tagsHelper JHelperTags

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

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

onAfterBind() 공개 메소드

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.
리턴 void

onAfterDelete() 공개 메소드

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
리턴 void

onAfterPublish() 공개 메소드

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

onAfterSave() 공개 메소드

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

onAfterUnpublish() 공개 메소드

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

onBeforeCreate() 공개 메소드

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

onBeforeUpdate() 공개 메소드

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

프로퍼티 상세

$tagsHelper 보호되어 있는 프로퍼티

protected JHelperTags $tagsHelper
리턴 JHelperTags