From c29cca3023ccd7bfb3b8ea1e1603c0a024512a69 Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 1 Oct 2009 21:53:14 +0000 Subject: [PATCH] MDL-12886 WS param and return description classes --- lib/externallib.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/externallib.php b/lib/externallib.php index 4c43a2343a..63f56b4df7 100644 --- a/lib/externallib.php +++ b/lib/externallib.php @@ -191,3 +191,11 @@ class external_multiple_structure extends external_description { $this->content = $content; } } + +/** + * Description of top level - PHP function parameters. + * @author skodak + * + */ +class external_function_parameters extends external_single_structure { +} -- 2.39.5