mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-45090 explain event->courseid
This commit is contained in:
parent
0ee1edd0ff
commit
b64af72c2c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ defined('MOODLE_INTERNAL') || die();
|
|||
* @property-read int $contextlevel
|
||||
* @property-read int $contextinstanceid
|
||||
* @property-read int $userid who did this?
|
||||
* @property-read int $courseid
|
||||
* @property-read int $courseid the courseid of the event context, 0 for contexts above course
|
||||
* @property-read int $relateduserid
|
||||
* @property-read int $anonymous 1 means event should not be visible in reports, 0 means normal event,
|
||||
* create() argument may be also true/false.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue