ChatEvent
extends Event
Table of Contents
Methods
-
__construct()
: mixed
-
getEvent()
: AnalyticsEvent
-
send()
: void
-
setChat()
: self
-
setChatType()
: self
-
setElement()
: self
-
setEvent()
: self
-
setP1()
: self
-
setP2()
: self
-
setP3()
: self
-
setP4()
: self
-
setP5()
: self
-
setSection()
: self
-
setStatus()
: self
-
setSubSection()
: self
-
setType()
: self
__construct()
public
__construct(string $eventName, Chat $chat) : mixed
Parameters
-
$eventName
: string
-
-
$chat
: Chat
-
getEvent()
public
getEvent() : AnalyticsEvent
send()
public
send() : void
setChat()
public
setChat(Chat $chat) : self
Parameters
-
$chat
: Chat
-
setChatType()
public
setChatType() : self
setElement()
public
setElement(string|null $element) : self
Parameters
-
$element
: string|null
-
setEvent()
public
setEvent(AnalyticsEvent $event) : self
Parameters
-
$event
: AnalyticsEvent
-
setP1()
public
setP1(string|null $p1) : self
Parameters
-
$p1
: string|null
-
setP2()
public
setP2(string|null $p2) : self
Parameters
-
$p2
: string|null
-
setP3()
public
setP3(string|null $p3) : self
Parameters
-
$p3
: string|null
-
setP4()
public
setP4(string|null $p4) : self
Parameters
-
$p4
: string|null
-
setP5()
public
setP5(string|null $p5) : self
Parameters
-
$p5
: string|null
-
setSection()
public
setSection(string|null $section) : self
Parameters
-
$section
: string|null
-
setStatus()
public
setStatus(string|null $status) : self
Parameters
-
$status
: string|null
-
setSubSection()
public
setSubSection(string|null $subSection) : self
Parameters
-
$subSection
: string|null
-
setType()
public
setType(string|null $type) : self
Parameters
-
$type
: string|null
-