From 0c9d523009946ba223f0fd72e0a403130f3cc664 Mon Sep 17 00:00:00 2001 From: Gregor Date: Mon, 5 Aug 2024 13:53:37 +0200 Subject: [PATCH] added missing direction "changing" closes #13 --- src/Api/IApiElement.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Api/IApiElement.php b/src/Api/IApiElement.php index 1cdd0bf..1edab1b 100644 --- a/src/Api/IApiElement.php +++ b/src/Api/IApiElement.php @@ -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.