We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5b77c commit 3c4f7eeCopy full SHA for 3c4f7ee
src/Infinityloop/LazyComponent/LazyComponent.php
@@ -10,6 +10,11 @@ abstract class LazyComponent extends \Nette\Application\UI\Control
10
11
private bool $loaded = false;
12
13
+ public function setLoaded(bool $loaded = true) : void
14
+ {
15
+ $this->loaded = $loaded;
16
+ }
17
+
18
public function handleLoadComponent() : void
19
{
20
$this->loaded = true;
0 commit comments