We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9d523 commit 5805508Copy full SHA for 5805508
src/Api/IApi.php
@@ -38,6 +38,12 @@ public function getInputElements(): array;
38
*/
39
public function getOutputElements(): array;
40
41
+ /**
42
+ * Get all direction changing elements of the remote function.
43
+ * @return IApiElement[]
44
+ */
45
+ public function getChangingElements(): array;
46
+
47
/**
48
* Get all tables of the remote function.
49
* @return IApiElement[]
0 commit comments