mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
add onChanged event
This commit is contained in:
parent
27da36d0f8
commit
2322d1f4aa
3 changed files with 22 additions and 11 deletions
|
|
@ -36,6 +36,11 @@ class Query extends \Yggverse\Yoda\Abstract\Entity\Entry
|
|||
$this->response->refresh();
|
||||
}
|
||||
|
||||
protected function _onChanged(
|
||||
\GtkEntry $entry
|
||||
): void
|
||||
{}
|
||||
|
||||
public function refresh(): void
|
||||
{
|
||||
// @TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue