PHP Класс Platformsh\Cli\Command\Project\ProjectGetCommand

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

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

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
offerProjectChoice ( array $projects, Symfony\Component\Console\Input\InputInterface $input ) : string

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

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

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

protected offerProjectChoice ( array $projects, Symfony\Component\Console\Input\InputInterface $input ) : string
$projects array
$input Symfony\Component\Console\Input\InputInterface
Результат string The chosen project ID.