From 7c86a4ec9f44579947589828081b78fe5bf437c8 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 10 Aug 2021 20:00:41 +0200 Subject: Add "getModifiedKeys" method to EntityInterface --- core/namespace/ORM/EntityInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/namespace/ORM/EntityInterface.php b/core/namespace/ORM/EntityInterface.php index db503e7..7c6a9d9 100644 --- a/core/namespace/ORM/EntityInterface.php +++ b/core/namespace/ORM/EntityInterface.php @@ -7,4 +7,5 @@ interface EntityInterface { public function getID(): int; public function getAll(array $exclude = []): array; + public function getModifiedKeys(): array; } -- cgit v1.2.3