|
Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
A chat event such a user entering or leaving a chat activity. More...
Public Member Functions | |
| __construct ($senderprofile, $sendername, $time, $event, $theme) | |
| event_message constructor More... | |
Public Attributes | |
| string | $event |
| Event description. | |
| string | $sendername |
| The ready to display name of the user who caused the event. | |
| string | $senderprofile |
| The URL of the profile of the user who caused the event. | |
| string | $theme |
| The chat theme name. | |
| string | $time |
| Ready to display event time. | |
A chat event such a user entering or leaving a chat activity.
| event_message::__construct | ( | $senderprofile, | |
| $sendername, | |||
| $time, | |||
| $event, | |||
| $theme | |||
| ) |
event_message constructor
| string | $senderprofile | The URL of the profile of the user who caused the event |
| string | $sendername | The ready to display name of the user who caused the event |
| string | $time | Ready to display event time |
| string | $theme | The chat theme name |