mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
rename methods, use namespace
This commit is contained in:
parent
9cc75a8fcf
commit
b8b59e6f56
9 changed files with 20 additions and 20 deletions
|
|
@ -16,7 +16,7 @@ class Request extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navb
|
|||
$entry->get_text()
|
||||
);
|
||||
|
||||
$this->navbar->page->container->tab->updateSession();
|
||||
$this->navbar->page->container->tab->update();
|
||||
}
|
||||
|
||||
protected function _onKeyRelease(
|
||||
|
|
@ -26,7 +26,7 @@ class Request extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navb
|
|||
{
|
||||
$this->navbar->refresh();
|
||||
|
||||
$this->navbar->page->container->tab->updateSession();
|
||||
$this->navbar->page->container->tab->update();
|
||||
}
|
||||
|
||||
protected function _onChanged(
|
||||
|
|
@ -40,7 +40,7 @@ class Request extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navb
|
|||
1000, // wait for one second to apply changes
|
||||
function()
|
||||
{
|
||||
$this->navbar->page->container->tab->updateSession();
|
||||
$this->navbar->page->container->tab->update();
|
||||
|
||||
return false; // stop
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue