PHP Класс Platformsh\Cli\Command\Db\DbDumpCommand

Наследование: extends Platformsh\Cli\Command\CommandBase
Показать файл Открыть проект

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

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getDefaultDumpFilename ( Platformsh\Client\Model\Project $project, Platformsh\Client\Model\Environment $environment, string | null $appName = null, string | null $timestamp = null ) : string Get the default filename for an SQL dump.

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

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

protected configure ( )

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

protected 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

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

Get the default filename for an SQL dump.
protected getDefaultDumpFilename ( Platformsh\Client\Model\Project $project, Platformsh\Client\Model\Environment $environment, string | null $appName = null, string | null $timestamp = null ) : string
$project Platformsh\Client\Model\Project
$environment Platformsh\Client\Model\Environment
$appName string | null
$timestamp string | null
Результат string