refactor: chrono entity classes
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -14,10 +14,10 @@ use KTXF\Resource\Provider\Node\NodeBaseInterface;
|
||||
interface EntityBaseInterface extends NodeBaseInterface {
|
||||
|
||||
/**
|
||||
* Gets the entity properties
|
||||
*
|
||||
* Gets the entity properties: the typed chrono entity object
|
||||
*
|
||||
* @since 2025.05.01
|
||||
*/
|
||||
public function getProperties(): EntityPropertiesBaseInterface|EntityPropertiesMutableInterface;
|
||||
public function getProperties(): EventObject|TaskObject|JournalObject;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user