PHP Класс Platformsh\Cli\Command\Environment\EnvironmentCheckoutCommand

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

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

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
offerBranchChoice ( Platformsh\Client\Model\Project $project, string $projectRoot ) : string | false Prompt the user to select a branch to checkout.

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

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

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

Prompt the user to select a branch to checkout.
protected offerBranchChoice ( Platformsh\Client\Model\Project $project, string $projectRoot ) : string | false
$project Platformsh\Client\Model\Project
$projectRoot string
Результат string | false The branch name, or false on failure.