Browse Source

implement getValue method

PHP-GTK3
yggverse 4 months ago
parent
commit
8cfa363f02
  1. 5
      src/Abstract/Entity/Entry.php

5
src/Abstract/Entity/Entry.php

@ -74,4 +74,9 @@ abstract class Entry @@ -74,4 +74,9 @@ abstract class Entry
)
);
}
public function getValue(): ?string
{
return $this->gtk->get_text();
}
}
Loading…
Cancel
Save