Skip to content

Commit 0c9d523

Browse files
committed
added missing direction "changing"
closes #13
1 parent d4ae103 commit 0c9d523

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Api/IApiElement.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ interface IApiElement extends IJsonSerializable
4242
*/
4343
public const DIRECTION_OUTPUT = 'output';
4444

45+
/**
46+
* API direction changing element.
47+
*/
48+
public const DIRECTION_CHANGING = 'changing';
49+
4550

4651
/**
4752
* The PHP type of the element.

0 commit comments

Comments
 (0)