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