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

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

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

Метод Описание
asText ( )
isEnabled ( ) : boolean

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

Метод Описание
checkFilename ( Symfony\Component\Console\Input\InputInterface $input ) : mixed
configure ( )
doImport ( Symfony\Component\Console\Output\OutputInterface $output, string $fileName, string $exec ) : void
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
optimize ( $fileName ) : string Optimize a dump by converting single INSERTs per line to INSERTs with multiple lines

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

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

public asText ( )

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

protected checkFilename ( Symfony\Component\Console\Input\InputInterface $input ) : mixed
$input Symfony\Component\Console\Input\InputInterface
Результат mixed

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

protected configure ( )

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

protected doImport ( Symfony\Component\Console\Output\OutputInterface $output, string $fileName, string $exec ) : void
$output Symfony\Component\Console\Output\OutputInterface
$fileName string
$exec string
Результат void

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

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

public isEnabled ( ) : boolean
Результат boolean

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

Optimize a dump by converting single INSERTs per line to INSERTs with multiple lines
protected optimize ( $fileName ) : string
$fileName
Результат string temporary filename