Skip to content

Commit

Permalink
added missing direction "changing"
Browse files Browse the repository at this point in the history
closes #13
  • Loading branch information
gregor-j committed Aug 5, 2024
1 parent d4ae103 commit 0c9d523
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Api/IApiElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ interface IApiElement extends IJsonSerializable
*/
public const DIRECTION_OUTPUT = 'output';

/**
* API direction changing element.
*/
public const DIRECTION_CHANGING = 'changing';


/**
* The PHP type of the element.
Expand Down

0 comments on commit 0c9d523

Please sign in to comment.