Group
abstract class Group extends ApplierEntry (View source)
Log entry for group actions
Properties
protected User | $applier | The user performing the operation |
from ApplierEntry |
protected Group | $group | The group being added or removed |
Methods
string
getMessage()
Convert this entry into a string that can be inserted into the log
from
ApplierEntry
getEntryContext()
No description
Details
final string
getMessage()
Convert this entry into a string that can be inserted into the log
Ex: "Created a new user"
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": "..."]