PHP Класс N98\Magento\Command\Database\DumpCommand

Наследование: extends AbstractDatabaseCommand
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$commandConfig array
$tableDefinitions array

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

Метод Описание
getHelp ( )
getTableDefinitionHelp ( ) : string Generate help for table definitions
getTableDefinitions ( ) : array

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

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
getFileName ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, N98\Magento\Command\Database\Compressor\Compressor $compressor ) : string
postDumpPipeCommands ( ) : string Commands which filter mysql data. Piped to mysqldump command

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

Метод Описание
runExecs ( array $execs, string $fileName, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

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

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

protected configure ( )

execute() защищенный метод

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат integer | void

getFileName() защищенный метод

protected getFileName ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, N98\Magento\Command\Database\Compressor\Compressor $compressor ) : string
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$compressor N98\Magento\Command\Database\Compressor\Compressor
Результат string

getHelp() публичный метод

public getHelp ( )

getTableDefinitionHelp() публичный метод

Generate help for table definitions
public getTableDefinitionHelp ( ) : string
Результат string

getTableDefinitions() публичный метод

Устаревший: Use database helper
public getTableDefinitions ( ) : array
Результат array

postDumpPipeCommands() защищенный метод

Commands which filter mysql data. Piped to mysqldump command
protected postDumpPipeCommands ( ) : string
Результат string

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

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

protected array $commandConfig
Результат array

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

protected array $tableDefinitions
Результат array