N98\Magento\Command\Database\Compressor\Compressor::getCompressingCommand PHP Метод

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

Returns the command line for compressing the dump file.
public getCompressingCommand ( string $command, boolean $pipe = true ) : string
$command string
$pipe boolean
Результат string
    public function getCompressingCommand($command, $pipe = true);