final class StaticSchemaResolver
    implements SchemaResolverInterface

Resolves schemas from an in-memory, case-insensitive registry.

Methods§

public function __construct(iterable<TableSchema> $schemas = [])

Parameters

$schemasiterable<TableSchema>
Calls 1
public function has(string $tableName): bool

Private surface 1§

Implementation details, listed for orientation only.

private array<string, TableSchema> $schemas = []

Test cases 58§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 7
Other tests reaching this symbol 51

Relations§

Instantiated in 1
Type declarations 3