Merge branch 'MDL-63816-master' of git://github.com/mickhawkins/moodle

This commit is contained in:
Andrew Nicols 2018-11-02 08:00:32 +08:00
commit bdccab4769
5 changed files with 5 additions and 5 deletions

View File

@ -110,7 +110,7 @@ class provider implements
}
/**
* Get the list of contexts that contain user information for the specified user.
* Get the list of users who have data within a context.
*
* @param userlist $userlist The userlist containing the list of users who have data in this context/plugin combination.
*/

View File

@ -306,7 +306,7 @@ class provider implements
}
/**
* Get the list of contexts that contain user information for the specified user.
* Get the list of users who have data within a context.
*
* @param userlist $userlist The userlist containing the list of users who have data in this context/plugin combination.
*/

View File

@ -202,7 +202,7 @@ class provider implements
}
/**
* Get the list of contexts that contain user information for the specified user.
* Get the list of users who have data within a context.
*
* @param userlist $userlist The userlist containing the list of users who have data in this context/plugin combination.
*/

View File

@ -116,7 +116,7 @@ class provider implements
}
/**
* Get the list of contexts that contain user information for the specified user.
* Get the list of users who have data within a context.
*
* @param userlist $userlist The userlist containing the list of users who have data in this context/plugin combination.
*/

View File

@ -36,7 +36,7 @@ defined('MOODLE_INTERNAL') || die();
interface core_userlist_provider {
/**
* Get the list of contexts that contain user information for the specified user.
* Get the list of users who have data within a context.
*
* @param userlist $userlist The userlist containing the list of users who have data in this context/plugin combination.
*/