MDL-52439 assign: correct get_user_submission() phpdoc
This commit is contained in:
committed by
Dan Poltawski
parent
c72cac3879
commit
13f89eaf11
@@ -2765,8 +2765,7 @@ class assign {
|
||||
* recorded separately.
|
||||
*
|
||||
* @param int $userid The id of the user whose submission we want or 0 in which case USER->id is used
|
||||
* @param bool $create optional - defaults to false. If set to true a new submission object
|
||||
* will be created in the database with the status set to "new".
|
||||
* @param bool $create If set to true a new submission object will be created in the database with the status set to "new".
|
||||
* @param int $attemptnumber - -1 means the latest attempt
|
||||
* @return stdClass The submission
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user