]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12886 WS param and return description classes
authorskodak <skodak>
Thu, 1 Oct 2009 21:53:14 +0000 (21:53 +0000)
committerskodak <skodak>
Thu, 1 Oct 2009 21:53:14 +0000 (21:53 +0000)
lib/externallib.php

index 4c43a2343ad401469574065b4b1363398c928aa1..63f56b4df73d7612d80c278542770a58ea4e0946 100644 (file)
@@ -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 {
+}