Property | Type | Description | |
---|---|---|---|
$commandConfig | array | ||
$tableDefinitions | array |
Method | Description | |
---|---|---|
getHelp ( ) | ||
getTableDefinitionHelp ( ) : string | Generate help for table definitions | |
getTableDefinitions ( ) : array |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
runExecs ( array $execs, string $fileName, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) |
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 | |
return | string |
public getTableDefinitionHelp ( ) : string | ||
return | string |
protected postDumpPipeCommands ( ) : string | ||
return | string |