PHP 클래스 Platformsh\Cli\Command\Environment\EnvironmentCheckoutCommand

상속: extends Platformsh\Cli\Command\PlatformCommand
파일 보기 프로젝트 열기: commerceguys/platform-cli

보호된 메소드들

메소드 설명
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.