MCPcopy 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

2namespace OCP;
3
4interface IAppConfig {
5 public function getValueString(string $app, string $key, string $default = ''): string;
6}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected