Skip to content

Commit

Permalink
CTP-3563 PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
watson8 committed Oct 15, 2024
1 parent 7a7e3bb commit 8fae1e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/assessment/activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ protected function get_gradeable_user_ids(): array {
/**
* Get the details of gradeable (i.e. students not teachers) enrolled users in this context with specified capability.
* Can be used to get list of participants where activity has no 'student only' capability like 'mod/xxx:submit'.
* @param string $capability the capability string e.g. 'mod/lit:view'.
* @return array user details
*/
protected function get_gradeable_enrolled_users_with_capability(string $capability): array {
Expand Down

0 comments on commit 8fae1e4

Please sign in to comment.