Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
|
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 | |
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 |