ok

Mini Shell

Direktori : /home2/selectio/www/myclassicfit.com-1/vendor/doctrine/dbal/src/Schema/Visitor/
Upload File :
Current File : /home2/selectio/www/myclassicfit.com-1/vendor/doctrine/dbal/src/Schema/Visitor/NamespaceVisitor.php

<?php

namespace Doctrine\DBAL\Schema\Visitor;

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

Zerion Mini Shell 1.0