Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rello/analytics
/ IAppConfig
Interface
IAppConfig
tests/Stubs/OCP/IAppConfig.php:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
namespace OCP;
3
4
interface IAppConfig {
5
public function getValueString(string $app, string $key, string $default =
''
): string;
6
}
Callers
1
filterDisabledDatasources
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected