mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-57629 webservice: Fix external functions phpdoc
Replace external_external_function_parameters with external_function_parameters
This commit is contained in:
parent
8ed0851a5e
commit
9db43c7341
@ -43,7 +43,7 @@ class core_auth_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for confirm_user.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.2
|
||||
*/
|
||||
public static function confirm_user_parameters() {
|
||||
|
@ -59,7 +59,7 @@ class auth_email_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_signup_settings.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.2
|
||||
*/
|
||||
public static function get_signup_settings_parameters() {
|
||||
@ -179,7 +179,7 @@ class auth_email_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for signup_user.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.2
|
||||
*/
|
||||
public static function signup_user_parameters() {
|
||||
|
@ -43,7 +43,7 @@ class core_badges_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_user_badges.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function get_user_badges_parameters() {
|
||||
|
@ -43,7 +43,7 @@ class core_completion_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for update_activity_completion_status_manually.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.9
|
||||
*/
|
||||
public static function update_activity_completion_status_manually_parameters() {
|
||||
@ -383,7 +383,7 @@ class core_completion_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for mark_course_self_completed.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.0
|
||||
*/
|
||||
public static function mark_course_self_completed_parameters() {
|
||||
|
@ -2012,7 +2012,7 @@ class core_course_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for delete_modules.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.5
|
||||
*/
|
||||
public static function delete_modules_parameters() {
|
||||
|
@ -42,7 +42,7 @@ class gradereport_overview_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_course_grades.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.2
|
||||
*/
|
||||
public static function get_course_grades_parameters() {
|
||||
|
@ -208,7 +208,7 @@ class gradereport_user_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_grades_table.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.9
|
||||
*/
|
||||
public static function get_grades_table_parameters() {
|
||||
@ -424,7 +424,7 @@ class gradereport_user_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_grade_items.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.2
|
||||
*/
|
||||
public static function get_grade_items_parameters() {
|
||||
|
@ -70,7 +70,7 @@ class mod_assign_external extends external_api {
|
||||
|
||||
/**
|
||||
* Describes the parameters for get_grades
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.4
|
||||
*/
|
||||
public static function get_grades_parameters() {
|
||||
@ -660,7 +660,7 @@ class mod_assign_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_submissions
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.5
|
||||
*/
|
||||
public static function get_submissions_parameters() {
|
||||
@ -1317,7 +1317,7 @@ class mod_assign_external extends external_api {
|
||||
|
||||
/**
|
||||
* Describes the parameters for lock_submissions
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.6
|
||||
*/
|
||||
public static function lock_submissions_parameters() {
|
||||
@ -1374,7 +1374,7 @@ class mod_assign_external extends external_api {
|
||||
|
||||
/**
|
||||
* Describes the parameters for revert_submissions_to_draft
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.6
|
||||
*/
|
||||
public static function revert_submissions_to_draft_parameters() {
|
||||
@ -1431,7 +1431,7 @@ class mod_assign_external extends external_api {
|
||||
|
||||
/**
|
||||
* Describes the parameters for unlock_submissions
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.6
|
||||
*/
|
||||
public static function unlock_submissions_parameters() {
|
||||
@ -1488,7 +1488,7 @@ class mod_assign_external extends external_api {
|
||||
|
||||
/**
|
||||
* Describes the parameters for submit_grading_form webservice.
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function submit_grading_form_parameters() {
|
||||
@ -1566,7 +1566,7 @@ class mod_assign_external extends external_api {
|
||||
|
||||
/**
|
||||
* Describes the return for submit_grading_form
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function submit_grading_form_returns() {
|
||||
@ -1575,7 +1575,7 @@ class mod_assign_external extends external_api {
|
||||
|
||||
/**
|
||||
* Describes the parameters for submit_for_grading
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.6
|
||||
*/
|
||||
public static function submit_for_grading_parameters() {
|
||||
@ -1630,7 +1630,7 @@ class mod_assign_external extends external_api {
|
||||
|
||||
/**
|
||||
* Describes the parameters for save_user_extensions
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.6
|
||||
*/
|
||||
public static function save_user_extensions_parameters() {
|
||||
@ -1703,7 +1703,7 @@ class mod_assign_external extends external_api {
|
||||
|
||||
/**
|
||||
* Describes the parameters for reveal_identities
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.6
|
||||
*/
|
||||
public static function reveal_identities_parameters() {
|
||||
@ -1752,7 +1752,7 @@ class mod_assign_external extends external_api {
|
||||
|
||||
/**
|
||||
* Describes the parameters for save_submission
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.6
|
||||
*/
|
||||
public static function save_submission_parameters() {
|
||||
@ -1828,7 +1828,7 @@ class mod_assign_external extends external_api {
|
||||
|
||||
/**
|
||||
* Describes the parameters for save_grade
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.6
|
||||
*/
|
||||
public static function save_grade_parameters() {
|
||||
@ -1964,7 +1964,7 @@ class mod_assign_external extends external_api {
|
||||
|
||||
/**
|
||||
* Describes the parameters for save_grades
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.7
|
||||
*/
|
||||
public static function save_grades_parameters() {
|
||||
@ -2220,7 +2220,7 @@ class mod_assign_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for view_submission_status.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function view_submission_status_parameters() {
|
||||
@ -2274,7 +2274,7 @@ class mod_assign_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_submission_status.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function get_submission_status_parameters() {
|
||||
@ -2827,7 +2827,7 @@ class mod_assign_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for view_assign.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.2
|
||||
*/
|
||||
public static function view_assign_parameters() {
|
||||
|
@ -152,7 +152,7 @@ class mod_book_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_books_by_courses.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.0
|
||||
*/
|
||||
public static function get_books_by_courses_parameters() {
|
||||
|
@ -494,7 +494,7 @@ class mod_chat_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_chats_by_courses.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.0
|
||||
*/
|
||||
public static function get_chats_by_courses_parameters() {
|
||||
|
@ -42,7 +42,7 @@ class mod_choice_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_choices_by_courses.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.0
|
||||
*/
|
||||
public static function get_choice_results_parameters() {
|
||||
@ -167,7 +167,7 @@ class mod_choice_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for mod_choice_get_choice_options.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.0
|
||||
*/
|
||||
public static function get_choice_options_parameters() {
|
||||
@ -288,7 +288,7 @@ class mod_choice_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for submit_choice_response.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.0
|
||||
*/
|
||||
public static function submit_choice_response_parameters() {
|
||||
@ -449,7 +449,7 @@ class mod_choice_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_choices_by_courses.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.0
|
||||
*/
|
||||
public static function get_choices_by_courses_parameters() {
|
||||
@ -587,7 +587,7 @@ class mod_choice_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for delete_choice_responses.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.0
|
||||
*/
|
||||
public static function delete_choice_responses_parameters() {
|
||||
|
@ -42,7 +42,7 @@ class mod_data_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_databases_by_courses.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.9
|
||||
*/
|
||||
public static function get_databases_by_courses_parameters() {
|
||||
|
@ -32,7 +32,7 @@ class mod_forum_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_forum.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.5
|
||||
*/
|
||||
public static function get_forums_by_courses_parameters() {
|
||||
@ -152,7 +152,7 @@ class mod_forum_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_forum_discussion_posts.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.7
|
||||
*/
|
||||
public static function get_forum_discussion_posts_parameters() {
|
||||
@ -350,7 +350,7 @@ class mod_forum_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_forum_discussions_paginated.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 2.8
|
||||
*/
|
||||
public static function get_forum_discussions_paginated_parameters() {
|
||||
|
@ -169,7 +169,7 @@ class mod_glossary_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_glossaries_by_courses.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function get_glossaries_by_courses_parameters() {
|
||||
|
@ -107,7 +107,7 @@ class mod_imscp_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_imscps_by_courses.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.0
|
||||
*/
|
||||
public static function get_imscps_by_courses_parameters() {
|
||||
|
@ -43,7 +43,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_quizzes_by_courses.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function get_quizzes_by_courses_parameters() {
|
||||
@ -301,7 +301,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for view_quiz.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function view_quiz_parameters() {
|
||||
@ -355,7 +355,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_user_attempts.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function get_user_attempts_parameters() {
|
||||
@ -474,7 +474,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_user_best_grade.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function get_user_best_grade_parameters() {
|
||||
@ -552,7 +552,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_combined_review_options.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function get_combined_review_options_parameters() {
|
||||
@ -653,7 +653,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for start_attempt.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function start_attempt_parameters() {
|
||||
@ -944,7 +944,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_attempt_data.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function get_attempt_data_parameters() {
|
||||
@ -1027,7 +1027,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_attempt_summary.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function get_attempt_summary_parameters() {
|
||||
@ -1091,7 +1091,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for save_attempt.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function save_attempt_parameters() {
|
||||
@ -1178,7 +1178,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for process_attempt.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function process_attempt_parameters() {
|
||||
@ -1300,7 +1300,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_attempt_review.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function get_attempt_review_parameters() {
|
||||
@ -1405,7 +1405,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for view_attempt.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function view_attempt_parameters() {
|
||||
@ -1478,7 +1478,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for view_attempt_summary.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function view_attempt_summary_parameters() {
|
||||
@ -1543,7 +1543,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for view_attempt_review.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function view_attempt_review_parameters() {
|
||||
@ -1598,7 +1598,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for view_quiz.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function get_quiz_feedback_for_grade_parameters() {
|
||||
@ -1671,7 +1671,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_quiz_access_information.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function get_quiz_access_information_parameters() {
|
||||
@ -1753,7 +1753,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_attempt_access_information.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function get_attempt_access_information_parameters() {
|
||||
@ -1860,7 +1860,7 @@ class mod_quiz_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_quiz_required_qtypes.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.1
|
||||
*/
|
||||
public static function get_quiz_required_qtypes_parameters() {
|
||||
|
@ -43,7 +43,7 @@ class mod_survey_external extends external_api {
|
||||
/**
|
||||
* Describes the parameters for get_surveys_by_courses.
|
||||
*
|
||||
* @return external_external_function_parameters
|
||||
* @return external_function_parameters
|
||||
* @since Moodle 3.0
|
||||
*/
|
||||
public static function get_surveys_by_courses_parameters() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user