message

Hierarchy

  • ReturnsMessagesItem

Properties

component: null | string

The component that generated the notification

contexturl: null | string

Context URL

contexturlname: null | string

Context URL link name

customdata: null | string

Custom data to be passed to the message processor. The data here is serialised using json_encode().

eventtype: null | string

The type of notification

fullmessage: null | string

The message

fullmessageformat: null | number

fullmessage format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN

fullmessagehtml: null | string

The message in html

iconurl: null | string

URL for icon, only for notifications.

id: null | number

Message id

notification: null | number

Is a notification?

smallmessage: null | string

The shorten message

subject: null | string

The message subject

text: null | string

The message text formated

timecreated: null | number

Time created

timeread: null | number

Time read

userfromfullname: null | string

User from full name

useridfrom: null | number

User from id

useridto: null | number

User to id

usertofullname: null | string

User to full name

Generated using TypeDoc