Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is 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