Path : /var/www/clients/client0/web25/web/vendor/doctrine/dbal/src/Schema/Visitor/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/clients/client0/web25/web/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); }