@@ -54,6 +54,7 @@ discard block |
||
54 | 54 | * Get the list of users who have data within a context. |
55 | 55 | * |
56 | 56 | * @param userlist $userlist The userlist containing the list of users who have data in this context/plugin combination. |
57 | + * @return void |
|
57 | 58 | */ |
58 | 59 | public static function get_users_in_context(userlist $userlist); |
59 | 60 | |
@@ -61,6 +62,7 @@ discard block |
||
61 | 62 | * Delete multiple users within a single context. |
62 | 63 | * |
63 | 64 | * @param approved_userlist $userlist The approved context and user information to delete information for. |
65 | + * @return void |
|
64 | 66 | */ |
65 | 67 | public static function delete_data_for_users(approved_userlist $userlist); |
66 | 68 | } |