ConversationJoinEvent
class ConversationJoinEvent extends Event
Event thrown when players join a conversation
Methods
getConversation()
Get the conversation that was renamed
Model[]
getNewMembers()
Get the Players and Teams who joined the conversation
serialize()
Serialize an event so that it can be stored in the database
unserialize(string $data)
Call the event's constructor using serialized data
Details
at line line 31
__construct(Conversation $conversation, array $members)
Create a new event
at line line 42
Conversation
getConversation()
Get the conversation that was renamed
at line line 52
Model[]
getNewMembers()
Get the Players and Teams who joined the conversation
at line line 60
serialize()
Serialize an event so that it can be stored in the database
at line line 82
unserialize(string $data)
Call the event's constructor using serialized data