ApplierEntry
abstract class ApplierEntry implements EntryInterface (View source)
Properties
protected User | $applier | The user performing the operation |
Methods
string
getMessage()
Convert this entry into a string that can be inserted into the log
getEntryMessage()
No description
getEntryMessageWithApplier()
No description
getEntryOperation()
No description
getEntryContext()
No description
array
getContext()
Get the added context for the log entry
Details
final string
getMessage()
Convert this entry into a string that can be inserted into the log
Ex: "Created a new user"
__construct(User $applier = null)
No description
abstract
getEntryMessage()
No description
abstract
getEntryMessageWithApplier()
No description
abstract
getEntryOperation()
No description
getEntryContext()
No description
final array
getContext()
Get the added context for the log entry
Ex: ["username": "...", "email": "...", "id": "...", "created_by": "..."]