mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
implement getValue method
This commit is contained in:
parent
6086c6a687
commit
8cfa363f02
1 changed files with 5 additions and 0 deletions
|
|
@ -74,4 +74,9 @@ abstract class Entry
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getValue(): ?string
|
||||||
|
{
|
||||||
|
return $this->gtk->get_text();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue