%PDF- %PDF-
Direktori : /var/www/html/hrsys/api/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/ |
Current File : /var/www/html/hrsys/api/vendor/doctrine/dbal/lib/Doctrine/DBAL/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. */ public function acceptNamespace($namespaceName); }