Skip to content

Commit

Permalink
added IApi::getChangingElements()
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Aug 5, 2024
1 parent 0c9d523 commit 5805508
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Api/IApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ public function getInputElements(): array;
*/
public function getOutputElements(): array;

/**
* Get all direction changing elements of the remote function.
* @return IApiElement[]
*/
public function getChangingElements(): array;

/**
* Get all tables of the remote function.
* @return IApiElement[]
Expand Down

0 comments on commit 5805508

Please sign in to comment.