implement getValue method

This commit is contained in:
yggverse 2024-07-07 20:48:40 +03:00
parent 6086c6a687
commit 8cfa363f02

View File

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