Вход Регистрация
Файл: vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/AbstractVisitor.php
Строк: 49
<?php

namespace DoctrineDBALSchemaVisitor;

use 
DoctrineDBALSchemaColumn;
use 
DoctrineDBALSchemaForeignKeyConstraint;
use 
DoctrineDBALSchemaIndex;
use 
DoctrineDBALSchemaSchema;
use 
DoctrineDBALSchemaSequence;
use 
DoctrineDBALSchemaTable;

/**
 * Abstract Visitor with empty methods for easy extension.
 */
class AbstractVisitor implements VisitorNamespaceVisitor
{
    public function 
acceptSchema(Schema $schema)
    {
    }

    
/**
     * {@inheritdoc}
     */
    
public function acceptNamespace($namespaceName)
    {
    }

    public function 
acceptTable(Table $table)
    {
    }

    public function 
acceptColumn(Table $tableColumn $column)
    {
    }

    public function 
acceptForeignKey(Table $localTableForeignKeyConstraint $fkConstraint)
    {
    }

    public function 
acceptIndex(Table $tableIndex $index)
    {
    }

    public function 
acceptSequence(Sequence $sequence)
    {
    }
}
Онлайн: 0
Реклама