Browse Source

rename boolean getter

PHP-GTK3
yggverse 4 months ago
parent
commit
0831614524
  1. 2
      src/Abstract/Entity/Entry.php

2
src/Abstract/Entity/Entry.php

@ -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();
} }

Loading…
Cancel
Save