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.

Differences Between: [Versions 401 and 402] [Versions 401 and 403]

(no description)

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

Defines 1 class

get_tool_types_and_proxies:: (3 methods):
  execute_parameters()
  execute()
  execute_returns()


Class: get_tool_types_and_proxies  - X-Ref

External function for fetching all tool types and proxies.

execute_parameters()   X-Ref
Get parameter definition for get_tool_types_and_proxies().

return: \external_function_parameters

execute($toolproxyid, $orphanedonly, $limit, $offset)   X-Ref
Get data for all tool types and tool proxies.

param: int $toolproxyid The tool proxy id
param: bool $orphanedonly Whether to get orphaned proxies only.
param: int $limit How many elements to return if using pagination.
param: int $offset Which chunk of elements to return is using pagination.
return: array

execute_returns()   X-Ref
Get return definition for get_tool_types_and_proxies.

return: \external_single_structure