Bitrix API

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>

Properties

Methods

getFromUserId()

public getFromUserId() : int|null
Return values
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
Return values
int|null

getToUserId()

public getToUserId() : int|null
Return values
int|null

setFromUserId()

public setFromUserId(int $fromUserId) : self
Parameters
$fromUserId : int
Return values
self

setMessageType()

public setMessageType(string $messageType) : self
Parameters
$messageType : string
Return values
self

setNotifyEvent()

public setNotifyEvent(string $notifyEvent) : self
Parameters
$notifyEvent : string
Return values
self

setNotifyMessage()

public setNotifyMessage(callable|string|null $notifyMessage) : self
Parameters
$notifyMessage : callable|string|null
Return values
self

setNotifyMessageOut()

public setNotifyMessageOut(callable|string|null $notifyMessageOut) : self
Parameters
$notifyMessageOut : callable|string|null
Return values
self

setNotifyModule()

public setNotifyModule(string $notifyModule) : self
Parameters
$notifyModule : string
Return values
self

setNotifyTag()

public setNotifyTag(string $notifyTag) : self
Parameters
$notifyTag : string
Return values
self

setNotifyType()

public setNotifyType(int $notifyType) : self
Parameters
$notifyType : int
Return values
self

setToUserId()

public setToUserId(int $toUserId) : self
Parameters
$toUserId : int
Return values
self

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results