mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
rename methods, use namespace
This commit is contained in:
parent
9cc75a8fcf
commit
b8b59e6f56
9 changed files with 20 additions and 20 deletions
|
|
@ -197,7 +197,7 @@ class Page
|
|||
);
|
||||
|
||||
// Refresh header by new title if current page is active
|
||||
if ($this === $this->container->tab->getPage())
|
||||
if ($this === $this->container->tab->get())
|
||||
{
|
||||
$this->container->browser->header->setTitle(
|
||||
$this->title->getValue(),
|
||||
|
|
@ -231,7 +231,7 @@ class Page
|
|||
);
|
||||
|
||||
// Refresh header by new title if current page is active
|
||||
if ($this === $this->container->tab->getPage())
|
||||
if ($this === $this->container->tab->get())
|
||||
{
|
||||
$this->container->browser->header->setTitle(
|
||||
$this->title->getValue(),
|
||||
|
|
@ -264,7 +264,7 @@ class Page
|
|||
);
|
||||
|
||||
// Refresh header by new title if current page is active
|
||||
if ($this === $this->container->tab->getPage())
|
||||
if ($this === $this->container->tab->get())
|
||||
{
|
||||
$this->container->browser->header->setTitle(
|
||||
$this->title->getValue()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue