Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

(no description)

File Size: 352 lines (13 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 8 classes

webservice_test_client_form:: (1 method):
  definition()

webservice_test_client_base_form:: (2 methods):
  definition()
  get_params()

core_course_create_categories_testclient_form:: (2 methods):
  test_client_definition()
  get_params()

core_course_delete_categories_testclient_form:: (2 methods):
  test_client_definition()
  get_params()

core_course_update_categories_testclient_form:: (2 methods):
  test_client_definition()
  get_params()

core_fetch_notifications_testclient_form:: (1 method):
  test_client_definition()

core_webservice_get_site_info_testclient_form:: (1 method):
  test_client_definition()

core_get_string_testclient_form:: (2 methods):
  test_client_definition()
  get_params()


Class: webservice_test_client_form  - X-Ref

definition()   X-Ref
No description

Class: webservice_test_client_base_form  - X-Ref

Base class for implementations of WS test client forms.

definition()   X-Ref
The form definition.


get_params()   X-Ref
Get the parameters that the user submitted using the form.

return: array|null

Class: core_course_create_categories_testclient_form  - X-Ref

Form class for create_categories() web service function test.

test_client_definition()   X-Ref
The form definition.


get_params()   X-Ref
Get the parameters that the user submitted using the form.

return: array|null

Class: core_course_delete_categories_testclient_form  - X-Ref

Form class for delete_categories() web service function test.

test_client_definition()   X-Ref
The form definition.


get_params()   X-Ref
Get the parameters that the user submitted using the form.

return: array|null

Class: core_course_update_categories_testclient_form  - X-Ref

Form class for create_categories() web service function test.

test_client_definition()   X-Ref
The form definition.


get_params()   X-Ref
Get the parameters that the user submitted using the form.

return: array|null

Class: core_fetch_notifications_testclient_form  - X-Ref

Test class for WS function core_fetch_notifications

test_client_definition()   X-Ref
The form definition.


Class: core_webservice_get_site_info_testclient_form  - X-Ref

Test class for WS function get_site_info

test_client_definition()   X-Ref
The form definition.


Class: core_get_string_testclient_form  - X-Ref

Test class for WS function core_get_string

test_client_definition()   X-Ref
The form definition.


get_params()   X-Ref
Get the parameters that the user submitted using the form.

return: array|null