M1n1 Shira0ka File Manager

Current Path : /home/bullgymbny/app/vendor/doctrine/dbal/src/Schema/Visitor/
Upload File :
Current File : /home/bullgymbny/app/vendor/doctrine/dbal/src/Schema/Visitor/NamespaceVisitor.php

<?php

namespace Doctrine\DBAL\Schema\Visitor;

/**
 * Visitor that can visit schema namespaces.
 */
interface NamespaceVisitor
{
    /**
     * Accepts a schema namespace name.
     *
     * @param string $namespaceName The schema namespace name to accept.
     *
     * @return void
     */
    public function acceptNamespace($namespaceName);
}

GO Party By You