Dumplie\Metadata\Infrastructure\InMemory\InMemoryStorage::schemaExists PHP Method

schemaExists() private method

private schemaExists ( string $schema ) : boolean
$schema string
return boolean
    private function schemaExists(string $schema) : bool
    {
        return array_key_exists($schema, $this->storage);
    }