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 2932949 commit d4ae103Copy full SHA for d4ae103
src/Api/IApi.php
@@ -30,13 +30,13 @@ public function add(IApiElement $element): IApi;
30
* Get all input values of the remote function.
31
* @return IApiElement[]
32
*/
33
- public function getInputValues(): array;
+ public function getInputElements(): array;
34
35
/**
36
* Get all output values of the remote function.
37
38
39
- public function getOutputValues(): array;
+ public function getOutputElements(): array;
40
41
42
* Get all tables of the remote function.
0 commit comments