We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd27c6 commit 1f67e22Copy full SHA for 1f67e22
src/Frdlweb/AdvancedWebAppInterface.php
@@ -12,8 +12,6 @@ public function getStub(): ?StubHelperInterface;
12
public function setStub(?StubHelperInterface $stubHelper = null) : AppInterface;
13
public function getSources(string $userdir = null, $create = false) : array;
14
public function getWebUriBase() : string | bool;
15
- public static function getInstance(string $env = null, string $dir = null): AppInterface;
16
- public static function mutex(): AppInterface;
17
public function getAppId() : string;
18
public function mount(): AppInterface;
19
public function setAppId(string $appId = '1.3.6.1.4.1.37553.8.1.8.8.1958965301') : ?AppInterface;
0 commit comments