MOBILE-4269 scripts: Fix PHP script to get WS types

main
Dani Palou 2023-03-24 10:13:00 +01:00
parent b6a2e5fccf
commit 0deeffac2d
1 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,14 @@
* Helper functions for converting a Moodle WS structure to a TS type.
*/
use core_external\external_api;
use core_external\external_function_parameters;
use core_external\external_value;
use core_external\external_warnings;
use core_external\external_files;
use core_external\external_single_structure;
use core_external\external_multiple_structure;
/**
* Get the structure of a WS params or returns.
*/