class ConversationAbandonEvent extends Event

Event dispatched whenever someone leaves a conversation

Methods

__construct(Conversation $conversation, Model $member)

Create a new event

getConversation()

Get the conversation that the player abandoned

getMember()

Get the member who left the conversation

Details

at line line 31
__construct(Conversation $conversation, Model $member)

Create a new event

Parameters

Conversation $conversation The conversation that the player left
Model $member The member who abandoned the conversation

at line line 42
Conversation getConversation()

Get the conversation that the player abandoned

Return Value

Conversation

at line line 52
Player|Team getMember()

Get the member who left the conversation

Return Value

Player|Team