PHP Class Platformsh\Cli\Command\Integration\IntegrationListCommand

Inheritance: extends IntegrationCommandBase
Show file Open project: commerceguys/platform-cli

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getIntegrationSummary ( Platformsh\Client\Model\Integration $integration ) : string

Method Details

configure() protected method

protected configure ( )

execute() protected method

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

getIntegrationSummary() protected method

protected getIntegrationSummary ( Platformsh\Client\Model\Integration $integration ) : string
$integration Platformsh\Client\Model\Integration
return string