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

Наследование: extends Platformsh\Cli\Command\CommandBase, implements Stecman\Component\Symfony\Console\BashCompletion\Completion\CompletionAwareInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
completeArgumentValues ( $argumentName, CompletionContext $context )
completeOptionValues ( $optionName, CompletionContext $context )

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

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

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

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

public completeArgumentValues ( $argumentName, CompletionContext $context )
$context Stecman\Component\Symfony\Console\BashCompletion\CompletionContext

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

public completeOptionValues ( $optionName, CompletionContext $context )
$context Stecman\Component\Symfony\Console\BashCompletion\CompletionContext

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