refactor: chrono entity classes

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-17 15:43:23 -04:00
parent 7e81e130c9
commit 28bc360106
14 changed files with 99 additions and 61 deletions
@@ -17,10 +17,10 @@ use KTXF\Resource\Provider\Node\NodeMutableInterface;
interface EntityMutableInterface extends EntityBaseInterface, NodeMutableInterface {
/**
* Gets the entity properties (mutable)
*
* Gets the entity properties: the typed chrono entity object
*
* @since 2025.05.01
*/
public function getProperties(): EntityPropertiesMutableInterface;
public function getProperties(): EventObject|TaskObject|JournalObject;
}