PHP 인터페이스 OwenIt\Auditing\Contracts\Auditable

파일 보기 프로젝트 열기: owen-it/laravel-auditing 0 사용 예제들

공개 메소드들

메소드 설명
auditCreation ( ) : void Audit creation.
auditDeletion ( ) : void Audit deletion.
auditUpdate ( ) : void Audit updated.
clearOlderAudits ( ) : void Clear the oldest audit's if given a limit.
getAuditors ( ) : array Get the Auditors.
prepareAudit ( ) : void Prepare audit model.
toAudit ( ) : array Return data for Audit.
transformAudit ( array $data ) : array Allows transforming the audit data before it's passed to the database.

메소드 상세

auditCreation() 공개 메소드

Audit creation.
public auditCreation ( ) : void
리턴 void

auditDeletion() 공개 메소드

Audit deletion.
public auditDeletion ( ) : void
리턴 void

auditUpdate() 공개 메소드

Audit updated.
public auditUpdate ( ) : void
리턴 void

clearOlderAudits() 공개 메소드

Clear the oldest audit's if given a limit.
public clearOlderAudits ( ) : void
리턴 void

getAuditors() 공개 메소드

Get the Auditors.
public getAuditors ( ) : array
리턴 array

prepareAudit() 공개 메소드

Prepare audit model.
public prepareAudit ( ) : void
리턴 void

toAudit() 공개 메소드

Return data for Audit.
public toAudit ( ) : array
리턴 array

transformAudit() 공개 메소드

Allows transforming the audit data before it's passed to the database.
public transformAudit ( array $data ) : array
$data array
리턴 array