class ConversationKickEvent extends Event

Event announced when someone a player is kicked from a conversation

Methods

__construct(Conversation $conversation, Model $kicked, Player $kicker)

Create a new event

getConversation()

Get the conversation from which the player was kicked

getKicked()

Get the member who was kicked

getMember()

Get the member who was kicked

getKicker()

Get the player who issued the kick

Details

at line line 37
__construct(Conversation $conversation, Model $kicked, Player $kicker)

Create a new event

Parameters

Conversation $conversation The conversation from which the player was kicked
Model $kicked The member who was kicked
Player $kicker The player who issued the kick

at line line 49
Conversation getConversation()

Get the conversation from which the player was kicked

Return Value

Conversation

at line line 59
Player|Team getKicked()

Get the member who was kicked

Return Value

Player|Team

at line line 71
Player|Team getMember()

Get the member who was kicked

Alias for ConversationKickEvent::getKicked()

Return Value

Player|Team

at line line 81
Player getKicker()

Get the player who issued the kick

Return Value

Player