Skip to content

Commit 5805508

Browse files
committed
added IApi::getChangingElements()
#13
1 parent 0c9d523 commit 5805508

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Api/IApi.php

+6
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ public function getInputElements(): array;
3838
*/
3939
public function getOutputElements(): array;
4040

41+
/**
42+
* Get all direction changing elements of the remote function.
43+
* @return IApiElement[]
44+
*/
45+
public function getChangingElements(): array;
46+
4147
/**
4248
* Get all tables of the remote function.
4349
* @return IApiElement[]

0 commit comments

Comments
 (0)