PHP Класс Doctrine\DBAL\Migrations\Tools\Console\Command\DiffCommand

С версии: 2.0
Автор: Jonathan Wage ([email protected])
Наследование: extends GenerateCommand
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$schemaProvider Doctrine\DBAL\Migrations\Provider\SchemaProviderInterface

Открытые методы

Метод Описание
__construct ( Doctrine\DBAL\Migrations\Provider\SchemaProviderInterface $schemaProvider = null )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Защищенные методы

Метод Описание
configure ( )

Приватные методы

Метод Описание
buildCodeFromSql ( Configuration $configuration, array $sql, $formatted = false, $lineLength = 120 )
getSchemaProvider ( )
resolveTableName ( string $name ) : string Resolve a table name from its fully qualified name. The $name argument comes from Doctrine\DBAL\Schema\Table#getName which can sometimes return a namespaced name with the form {namespace}.{tableName}. This extracts the table name from that.

Описание методов

__construct() публичный Метод

public __construct ( Doctrine\DBAL\Migrations\Provider\SchemaProviderInterface $schemaProvider = null )
$schemaProvider Doctrine\DBAL\Migrations\Provider\SchemaProviderInterface

configure() защищенный Метод

protected configure ( )

execute() публичный Метод

public execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

Описание свойств

$schemaProvider защищенное свойство

protected SchemaProviderInterface,Doctrine\DBAL\Migrations\Provider $schemaProvider
Результат Doctrine\DBAL\Migrations\Provider\SchemaProviderInterface