mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
rename boolean getter
This commit is contained in:
parent
510e30cf3a
commit
0831614524
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ abstract class Entry
|
|||
return $this->gtk->get_text();
|
||||
}
|
||||
|
||||
public function getVisible(): ?bool
|
||||
public function isVisible(): ?bool
|
||||
{
|
||||
return $this->gtk->get_visible();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue