%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/loslex/production/vendor/doctrine/dbal/src/Schema/
Upload File :
Create Path :
Current File : /www/loslex/production/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php

<?php

declare(strict_types=1);

namespace Doctrine\DBAL\Schema;

use Doctrine\DBAL\Connection;

/**
 * Creates a schema manager for the given connection.
 *
 * This interface is an extension point for applications that need to override schema managers.
 */
interface SchemaManagerFactory
{
    public function createSchemaManager(Connection $connection): AbstractSchemaManager;
}

Zerion Mini Shell 1.0