AuditableInterface
in
Auditable model interface
Tags
Table of Contents
Methods
- getAuditor() : Auditor|null
- Get the auditor object
- hasAuditor() : bool
- Determine if the model has auditor
- isAuditable() : bool
- Determine if the model is auditable
- setAuditor() : AuditableInterface
- Set the auditor object
Methods
getAuditor()
Get the auditor object
public
getAuditor() : Auditor|null
Return values
Auditor|nullhasAuditor()
Determine if the model has auditor
public
hasAuditor() : bool
Return values
boolisAuditable()
Determine if the model is auditable
public
isAuditable() : bool
Return values
boolsetAuditor()
Set the auditor object
public
setAuditor(Auditor $auditor) : AuditableInterface
Parameters
- $auditor : Auditor