PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
doctrine
/
dbal
/
src
/
Schema
/
Visitor
<?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); }
[-] CreateSchemaSqlCollector.php
[edit]
[+]
..
[-] SchemaDiffVisitor.php
[edit]
[-] Graphviz.php
[edit]
[-] NamespaceVisitor.php
[edit]
[-] RemoveNamespacedAssets.php
[edit]
[-] Visitor.php
[edit]
[-] DropSchemaSqlCollector.php
[edit]
[-] AbstractVisitor.php
[edit]