Class ExportVisitor
ExportVisitor is a Schema Visitor that builds an exportable array (not object) version of a schema.
- Xoops\Core\Database\Schema\ExportVisitor implements Doctrine\DBAL\Schema\Visitor\Visitor
Namespace: Xoops\Core\Database\Schema
Package: Xoops\Core
Category: Xoops\Core\Database\Schema\ExportVisitor
Copyright: 2013 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Richard Griffith richard@geekwright.com
Version: Release: 2.6
Since: 2.6.0
Link: http://xoops.org
Located at oops_lib/Xoops/Core/Database/Schema/ExportVisitor.php
Package: Xoops\Core
Category: Xoops\Core\Database\Schema\ExportVisitor
Copyright: 2013 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Richard Griffith richard@geekwright.com
Version: Release: 2.6
Since: 2.6.0
Link: http://xoops.org
Located at oops_lib/Xoops/Core/Database/Schema/ExportVisitor.php
public
|
|
public
Doctrine\DBAL\Schema\Schema
|
|
public
|
#
acceptSchema( Doctrine\DBAL\Schema\Schema $schema )
Accept an entire schema. Do nothing in this visitor |
public
|
|
public
|
#
acceptColumn( Doctrine\DBAL\Schema\Table $table, Doctrine\DBAL\Schema\Column $column )
Accept a column in a table |
public
|
#
acceptForeignKey( Doctrine\DBAL\Schema\Table $localTable, Doctrine\DBAL\Schema\ForeignKeyConstraint $fkConstraint )
Accept a foreign key for a table |
public
|
#
acceptIndex( Doctrine\DBAL\Schema\Table $table, Doctrine\DBAL\Schema\Index $index )
Accept an index on in a table |
public
|
protected
|
$schemaArray
|