Documentation

TableGeneratorSchemaVisitor
in package
implements Visitor

Tags
deprecated

Table of Contents

Interfaces

Visitor
Schema Visitor used for Validation or Generation purposes.

Properties

$generatorTableName  : string

Methods

__construct()  : mixed
acceptColumn()  : void
acceptForeignKey()  : void
acceptIndex()  : void
acceptSchema()  : void
acceptSequence()  : void
acceptTable()  : void

Properties

Methods

__construct()

public __construct([string $generatorTableName = 'sequences' ]) : mixed
Parameters
$generatorTableName : string = 'sequences'

        
On this page

Search results