CIMNotifyDTO
Table of Contents
Properties
-
$fromUserId
: int|null
-
$messageType
: string|null
-
$notifyEvent
: string|null
-
$notifyModule
: string|null
-
$notifyTag
: string|null
-
$notifyType
: int|null
-
$toUserId
: int|null
Methods
-
getFromUserId()
: int|null
-
getMessageType()
: string|null
-
getNotifyEvent()
: string|null
-
getNotifyMessage()
: callable|string|null
-
getNotifyMessageOut()
: callable|string|null
-
getNotifyModule()
: string|null
-
getNotifyTag()
: string|null
-
getNotifyType()
: int|null
-
getToUserId()
: int|null
-
setFromUserId()
: self
-
setMessageType()
: self
-
setNotifyEvent()
: self
-
setNotifyMessage()
: self
-
setNotifyMessageOut()
: self
-
setNotifyModule()
: self
-
setNotifyTag()
: self
-
setNotifyType()
: self
-
setToUserId()
: self
-
toArray()
: array<string|int, mixed>
$fromUserId
public
int|null
$fromUserId
$messageType
public
string|null
$messageType
$notifyEvent
public
string|null
$notifyEvent
$notifyModule
public
string|null
$notifyModule
$notifyTag
public
string|null
$notifyTag
$notifyType
public
int|null
$notifyType
$toUserId
public
int|null
$toUserId
getFromUserId()
public
getFromUserId() : int|null
getMessageType()
public
getMessageType() : string|null
Return values
string|null
getNotifyEvent()
public
getNotifyEvent() : string|null
Return values
string|null
getNotifyMessage()
public
getNotifyMessage() : callable|string|null
Return values
callable|string|null
getNotifyMessageOut()
public
getNotifyMessageOut() : callable|string|null
Return values
callable|string|null
getNotifyModule()
public
getNotifyModule() : string|null
Return values
string|null
getNotifyTag()
public
getNotifyTag() : string|null
Return values
string|null
getNotifyType()
public
getNotifyType() : int|null
getToUserId()
public
getToUserId() : int|null
setFromUserId()
public
setFromUserId(int $fromUserId) : self
Parameters
-
$fromUserId
: int
-
setMessageType()
public
setMessageType(string $messageType) : self
Parameters
-
$messageType
: string
-
setNotifyEvent()
public
setNotifyEvent(string $notifyEvent) : self
Parameters
-
$notifyEvent
: string
-
setNotifyMessage()
public
setNotifyMessage(callable|string|null $notifyMessage) : self
Parameters
-
$notifyMessage
: callable|string|null
-
setNotifyMessageOut()
public
setNotifyMessageOut(callable|string|null $notifyMessageOut) : self
Parameters
-
$notifyMessageOut
: callable|string|null
-
setNotifyModule()
public
setNotifyModule(string $notifyModule) : self
Parameters
-
$notifyModule
: string
-
setNotifyTag()
public
setNotifyTag(string $notifyTag) : self
Parameters
-
$notifyTag
: string
-
setNotifyType()
public
setNotifyType(int $notifyType) : self
Parameters
-
$notifyType
: int
-
setToUserId()
public
setToUserId(int $toUserId) : self
Parameters
-
$toUserId
: int
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>