Visitor
in
Schema Visitor used for Validation or Generation purposes.
Table of Contents
- acceptColumn() : void
- acceptForeignKey() : void
- acceptIndex() : void
- acceptSchema() : void
- acceptSequence() : void
- acceptTable() : void
Methods
acceptColumn()
public
acceptColumn(Table $table, Column $column) : void
Parameters
Return values
void —acceptForeignKey()
public
acceptForeignKey(Table $localTable, ForeignKeyConstraint $fkConstraint) : void
Parameters
- $localTable : Table
- $fkConstraint : ForeignKeyConstraint
Tags
Return values
void —acceptIndex()
public
acceptIndex(Table $table, Index $index) : void
Parameters
Return values
void —acceptSchema()
public
acceptSchema(Schema $schema) : void
Parameters
- $schema : Schema
Tags
Return values
void —acceptSequence()
public
acceptSequence(Sequence $sequence) : void
Parameters
- $sequence : Sequence
Return values
void —acceptTable()
public
acceptTable(Table $table) : void
Parameters
- $table : Table