PHP Class OwenIt\Auditing\Observers\Audit

Afficher le fichier Open project: owen-it/laravel-auditing Class Usage Examples

Méthodes publiques

Méthode Description
created ( OwenIt\Auditing\Contracts\Auditable $model ) : void Handle the created event for the model.
deleted ( OwenIt\Auditing\Contracts\Auditable $model ) : void Handle the deleted event for the model.
saved ( OwenIt\Auditing\Contracts\Auditable $model ) : void Handle the saved event for the model.
saving ( OwenIt\Auditing\Contracts\Auditable $model ) : void Handle the saving event for the model.

Method Details

created() public méthode

Handle the created event for the model.
public created ( OwenIt\Auditing\Contracts\Auditable $model ) : void
$model OwenIt\Auditing\Contracts\Auditable
Résultat void

deleted() public méthode

Handle the deleted event for the model.
public deleted ( OwenIt\Auditing\Contracts\Auditable $model ) : void
$model OwenIt\Auditing\Contracts\Auditable
Résultat void

saved() public méthode

Handle the saved event for the model.
public saved ( OwenIt\Auditing\Contracts\Auditable $model ) : void
$model OwenIt\Auditing\Contracts\Auditable
Résultat void

saving() public méthode

Handle the saving event for the model.
public saving ( OwenIt\Auditing\Contracts\Auditable $model ) : void
$model OwenIt\Auditing\Contracts\Auditable
Résultat void