mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
implement getValue method
This commit is contained in:
parent
6086c6a687
commit
8cfa363f02
@ -74,4 +74,9 @@ abstract class Entry
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
public function getValue(): ?string
|
||||
{
|
||||
return $this->gtk->get_text();
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user