rename boolean getter

This commit is contained in:
yggverse 2024-07-08 01:12:51 +03:00
parent 510e30cf3a
commit 0831614524

View file

@ -130,7 +130,7 @@ abstract class Entry
return $this->gtk->get_text(); return $this->gtk->get_text();
} }
public function getVisible(): ?bool public function isVisible(): ?bool
{ {
return $this->gtk->get_visible(); return $this->gtk->get_visible();
} }