diff --git a/src/Abstract/Entity/Entry.php b/src/Abstract/Entity/Entry.php index 6bf7a223..1a8ad192 100644 --- a/src/Abstract/Entity/Entry.php +++ b/src/Abstract/Entity/Entry.php @@ -74,4 +74,9 @@ abstract class Entry ) ); } + + public function getValue(): ?string + { + return $this->gtk->get_text(); + } } \ No newline at end of file